Matt Bennett
05acf40aff
remove ARC and auto synthesize assumptions in cocoa_window.mm
8 years ago
Vadim Pisarevsky
2c30f358dc
Merge pull request #8947 from alalek:vs_version
8 years ago
Vadim Pisarevsky
6f3d881d74
Merge pull request #8950 from alalek:cmake_mkl_detection
8 years ago
Alexander Alekhin
9496fe40ec
cmake: guard scanning of default MKL system-wide paths
...
- WITH_MKL option is enabled
- user doesn't specify MKLROOT/MKL_ROOT_DIR variables
8 years ago
Maksim Shabunin
8b664d6122
Merge pull request #8825 from mshabunin:media-sdk-support
8 years ago
Alexander Alekhin
43b03b6517
Merge pull request #8864 from sovrasov:calib_flags_update
8 years ago
Alexander Alekhin
a9cc87636f
build: update modules descriptions
8 years ago
Alexander Alekhin
db35e13b46
build: added VERSIONINFO resource
8 years ago
Alexander Alekhin
594652cac1
Merge pull request #8942 from zwsu:master
8 years ago
Maksim Shabunin
c06f3d63e8
Initial version of MediaSDK integration:
...
- cmake dependencies search (WITH_MFX option)
- raw H264, H265, MPEG2 encoding and decoding
- tests for supported formats
8 years ago
Maksim Shabunin
68d01972fe
Merge pull request #8883 from abratchik:DNN.java.wrappers.fix
8 years ago
Zhiwei Su
8bf3f6bfcb
Fixed gray window for gpu stereo BP and CSBP
...
compute() for BP and CSBP output 32-bit floating-point mat, and in cv::imshow() 32-bit floating-point is recognized as [0,1] and maped to [0,255], that causes gray window for BP and CSBP.
8 years ago
Maksim Shabunin
1f4067112f
Merge pull request #8920 from sovrasov:video_vriter_ext
8 years ago
Vladislav Sovrasov
f1c16f42b4
video: add one more constructor for VideoWriter
8 years ago
abratchik
037d8fbdcd
Refactor OpenCV Java Wrapping
8 years ago
Alexander Alekhin
3ea02e4fcc
Merge pull request #8925 from savuor:fix/softfloat_comments
8 years ago
Alexander Alekhin
b21b694444
Merge pull request #8924 from tomoaki0705:fixWarningResize
8 years ago
Alexander Alekhin
7580db09ad
Merge pull request #8922 from tomoaki0705:fixWarningJetsonTK1
8 years ago
Rostislav Vasilikhin
939c8e8a99
float constant replaced by int hex representations
8 years ago
Tomoaki Teshima
5ad3ddc1b6
suppress warning
...
- check if compiler is Intel compiler
- remove not referenced variables
8 years ago
Tomoaki Teshima
bd215fbf33
suppress warning on Jetson TK1
8 years ago
Alexander Alekhin
26e9b42a44
Merge pull request #8915 from sovrasov:deniose_add_assert
8 years ago
Alexander Alekhin
4f35a592a1
Merge pull request #8912 from alalek:fix_cxx11_mac_flann
8 years ago
Alexander Alekhin
9b902adea6
Merge pull request #8832 from terfendail:perf_accumulate_fix
8 years ago
Rostislav Vasilikhin
29593635ed
licence updated
8 years ago
Rostislav Vasilikhin
2ad612f475
removed MSVC warning suppression
8 years ago
Alexander Alekhin
cf86f88c71
Merge pull request #8911 from alalek:fix_vsum4
8 years ago
Vladislav Sovrasov
234ad8fbee
photo: add assertion on empty image in denoising
8 years ago
Alexander Alekhin
e23b59da5c
build: fix v_reduce_sum4 (requires SSE3)
8 years ago
Vadim Pisarevsky
12a1c127a9
Merge pull request #8890 from alalek:remove_3rdparty_jinja2_sources
8 years ago
Alexander Alekhin
9fa90c8851
Merge pull request #8899 from tomoaki0705:fixSuppressWarningsUnreachable
8 years ago
Alexander Alekhin
cc52523375
flann: add normal assignment operator for cvflann::any
8 years ago
Vadim Pisarevsky
f49f056d29
Merge pull request #8907 from vpisarev:dnn_fast_conv
8 years ago
Vadim Pisarevsky
bd1334a83f
Merge pull request #8891 from alalek:cmake_build_x64_sse3
8 years ago
Vadim Pisarevsky
e72e34ec36
Merge pull request #8843 from terfendail:resizenn_patch
8 years ago
Vladislav Sovrasov
c0e456dee2
calib3d: use calibration flags from the new enums
8 years ago
Vladislav Sovrasov
d121d1c528
calib3d: add CALIB_FIX_TANGENT_DIST flag
8 years ago
Vitaly Tuzov
3a5e036feb
Updated fix for accumulate performance test in case of multiple iterations
8 years ago
Vitaly Tuzov
2de1aac665
Updated alignment declarations to CV_DECL_ALIGNED macro
8 years ago
Vadim Pisarevsky
fbafc700ea
added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD
8 years ago
Tomoaki Teshima
94848a3e1f
suppress unreachable code warning
...
- fix the define condition based on the comment
8 years ago
Alexander Alekhin
a3189e36c0
Merge pull request #8753 from RyuheiMori:fix-cpu-feature-detection-on-android
8 years ago
Alexander Alekhin
f0c2da32f2
3rdparty: cpufeatures workaround
8 years ago
Alexander Alekhin
3dee87b697
update CPU detection on ANDROID patch
8 years ago
Alexander Alekhin
c3bea59a76
cmake: set minimal CPU instruction to SSE3 (x64)
8 years ago
Alexander Alekhin
60f3ca458a
3rdparty: remove jinja2 source code
...
It used for Matlab binding only
8 years ago
Alexander Alekhin
772a8188c0
Merge pull request #8888 from lewisjb:docs-build-doxygen
8 years ago
lewisjb
47c9bb7ba8
Update doc build instructions for doxygen
8 years ago
Alexander Alekhin
5b63399197
Merge pull request #8862 from alalek:build_hardening_flag
8 years ago
Alexander Alekhin
daf3fabe0d
Merge pull request #8877 from alalek:fix_integer_overflow
8 years ago