Alexander Alekhin
66ab4e15db
Merge pull request #9172 from atinfinity:fixed_cxx11_flag
8 years ago
atinfinity
ac64713881
fixed 'OpenCVDetectCXXCompiler.cmake' to detect C++11 feature
8 years ago
Alexander Alekhin
c455fc0334
Merge pull request #9133 from sovrasov:mser_add_test
8 years ago
Alexander Alekhin
42c0914382
Merge pull request #9086 from catree:improve_solvePnPRansac
8 years ago
Alexander Alekhin
49e1f6b161
Merge pull request #9091 from alalek:update_ffmpeg
8 years ago
Alexander Alekhin
1a4c22fc46
Merge pull request #9095 from alalek:fix_gstreamer
8 years ago
Alexander Alekhin
5f4c7372c0
Merge pull request #9159 from alalek:cmake_target_rename
8 years ago
Alexander Alekhin
d07eb9ad60
Merge pull request #9157 from zhmu:opencv-dshow-allow-enable-disable-of-debug-messages
8 years ago
Alexander Alekhin
5a54acef4e
Merge pull request #9130 from alalek:android_define
8 years ago
Vladislav Sovrasov
e5fbb4f5d2
Merge pull request #9034 from sovrasov:mats_from_initializer_list
...
Add constructors taking initializer_list for some of OpenCV data types (#9034 )
* Add a constructor taking initializer_list for Matx
* Add a constructor taking initializer list for Mat and Mat_
* Add one more method to initialize Mat to the corresponding tutorial
* Add a note how to initialize Matx
* CV_CXX_11->CV_CXX11
8 years ago
Alexander Alekhin
11626fe32c
Merge pull request #8975 from sovrasov:fs_additional_errors
8 years ago
Alexander Alekhin
63e89bc326
Merge pull request #9048 from sovrasov:morph_hitmiss_fix
...
imgproc: fix MORPH_HITMISS operation when kernel has no negative values
8 years ago
Satoshi Tanaka
96a3c7954d
Merge pull request #8914 from stnk20:gstreamer_yuv
...
Add gstreamer capture capability for some YUV formats (#8914 )
* Add gstreamer capture capability for some YUV formats.(only for gstreamer-1.0)
* avoid cross initialization error
* add checking if pipeline is manualpipeline, for compatibility.
8 years ago
Vladislav Sovrasov
25af743902
mser: add a couple of new regression tests
8 years ago
gylns
6d1cdcf601
Merge pull request #8910 from gylns:mser
...
fix the MSER history's size issue (#8910 )
* simplify growHistory and merge
* add assertion for history's size
* MSER: fix merging components' history
8 years ago
Alexander Alekhin
dc59476c34
Merge pull request #9078 from arrybn:resnet_squeezenet_tests
...
Added tests for ResNet-50 and SqueezeNet v1.1
8 years ago
Alexander Alekhin
4e39d0371d
Merge pull request #9074 from alalek:cpu_dispatch_core_hamming
...
cpu dispatch(core): hamming
8 years ago
Alexander Alekhin
11feae6631
Merge pull request #9041 from terfendail:filter_avx
...
AVX optimized implementation of separable filters migrated
8 years ago
Alexander Alekhin
eef78f5664
Merge pull request #9061 from terfendail:convert_avx
...
AVX and SSE4.1 optimized conversion migrated
8 years ago
Alexander Alekhin
9ef742bbf4
Merge pull request #9082 from terfendail:imgwarp_avx
...
AVX and SSE4.1 optimized implementation of resize and warp functions migrated
8 years ago
Alexander Alekhin
928bfe0b93
Merge pull request #9088 from sovrasov:no_nostl
...
core: get rid of OPENCV_NOSTL definition
8 years ago
Alexander Alekhin
86e8a105a5
Merge pull request #9090 from vpisarev:dnn_optim_scale_concat
8 years ago
Alexander Alekhin
a586ef725c
Merge pull request #9127 from willbrazil:master
...
Fix typo in harris corner detection tutorial.
8 years ago
Alexander Alekhin
fe7fd4c312
Merge pull request #9098 from savuor:fix/luv_div
8 years ago
Vadim Pisarevsky
0488d9bdb2
optimize out scaleLayer & concatLayer whenever possible
...
fixed problem in concat layer by disabling memory re-use in layers with multiple inputs
trying to fix the tests when Halide is used to run deep nets
another attempt to fix Halide tests
see if the Halide tests will pass with concat layer fusion turned off
trying to fix failures in halide tests; another try
one more experiment to make halide_concat & halide_enet tests pass
continue attempts to fix halide tests
moving on
uncomment parallel concat layer
seemingly fixed failures in Halide tests and re-enabled concat layer fusion; thanks to dkurt for the patch
8 years ago
Alexander Alekhin
431e2e6d68
Merge pull request #9042 from terfendail:haar_avx
...
AVX optimized implementation of haar migrated to separate file
8 years ago
Alexander Alekhin
9439872a62
Merge pull request #9021 from terfendail:corner_avx
8 years ago
Alexander Alekhin
f6dd549e58
Merge pull request #9027 from terfendail:undistort_avx
8 years ago
Alexander Alekhin
454bc7a674
Merge pull request #9063 from alalek:hamming_perf_test
8 years ago
Alexander Alekhin
8f4b534937
Merge pull request #9093 from wzw-intel:histogram
8 years ago
Alexander Alekhin
e251ed7773
Merge pull request #9122 from ivsgroup:fix_msvc_virtual_destructor
8 years ago
Alexander Alekhin
0e6ebafdb3
Merge pull request #9110 from patrikhuber:fix-msvc1911-cmake
8 years ago
Alexander Alekhin
7d17d20dce
Merge pull request #9153 from sovrasov:fix_tangent_dist_flag
8 years ago
Alexander Alekhin
1d2baf0bd3
Merge pull request #9094 from ArkadiuszRaj:fix-aravis-dependency
8 years ago
Alexander Alekhin
10e6491c22
Merge pull request #9024 from tomoaki0705:featureDispatchAccumulate
8 years ago
Alexander Alekhin
4238add35b
Merge pull request #9058 from alalek:dnn_minor_fixes
8 years ago
Alexander Alekhin
19c9174543
cmake: rename cpufeatures target
...
It is configurable via OPENCV_CPUFEATURES_TARGET_NAME variable
8 years ago
Alexander Alekhin
4784c7be5f
dnn: cleanup dispatched code, fix SIMD128 types
8 years ago
Alexander Alekhin
c3e6de293f
dnn: code cleanup, refactor detection output layer
8 years ago
Alexander Alekhin
544908d06c
dnn: some minor fixes in docs, indentation, unused code
8 years ago
Alexander Alekhin
520da7aaaf
Merge pull request #9111 from vpisarev:dnn_optim_avx1
8 years ago
Rink Springer
df7fb00c21
dshow: Only show debugging messages if environment variable OPENCV_DSHOW_DEBUG is explicitly set to non-zero
...
Based on discussion at: https://github.com/opencv/opencv/pull/9051
8 years ago
Vladislav Sovrasov
fa17267e05
calib3d: fix not working CALIB_FIX_TANGENT_DIST flag
8 years ago
Alexander Alekhin
ed4de20fd1
Merge pull request #9107 from alalek:static_analyze_python
8 years ago
Alexander Alekhin
9b9e685dbc
Merge pull request #9142 from alalek:vzeroupper_guard_unused_warning
8 years ago
Alexander Alekhin
49bb0bf9c8
Merge pull request #9149 from alalek:ocl_fp16_test
8 years ago
Alexander Alekhin
d6c5e18e24
core(test): fix input data for OCL FP16 test
8 years ago
Alexander Alekhin
617e6b4cc9
Merge pull request #9145 from alalek:ipp_minmaxidx_nan
8 years ago
Alexander Alekhin
5ebfb52a4a
ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype
...
NaN values handling issue
8 years ago
PkLab.net
6dd9e18b2e
add std::string overload for cv::read()
8 years ago