Alexander Alekhin
|
73a8fa8e6e
|
Merge pull request #7447 from alalek:ocl_fix_svm
|
8 years ago |
Alexander Alekhin
|
f11715b6c3
|
Merge pull request #7430 from ArkadiuszRaj:aravis
|
8 years ago |
Alexander Alekhin
|
fe8501c931
|
ocl: fix SVM code
|
8 years ago |
Alexander Alekhin
|
218f7574f9
|
Merge pull request #7440 from mschoeneck:Prefer_OCL_befor_IPP_for_Sobel_and_Scharr
|
8 years ago |
Alexander Alekhin
|
b0e9346eee
|
Merge pull request #7416 from StevenPuttemans:add_comment_medianBlur
|
8 years ago |
StevenPuttemans
|
947f32d2e0
|
add border replicate note
|
8 years ago |
catree
|
5e8486f68c
|
Try to clarify the morphological operations in the tutorial to avoid possible confusions.
|
8 years ago |
ArkadiuszRaj
|
19bc3f4d17
|
Chenge arv_camera_abort_acquisition to arv_camera_stop_acquisition
|
8 years ago |
catree
|
ce7811e5dd
|
Add distortion example images for calib3d documentation.
|
8 years ago |
ArkadiuszRaj
|
8bd595acfe
|
fourcc support, improved buffer handling, check if exposure, gain & fps properties are available
|
8 years ago |
matze
|
d9f6a06773
|
Adding check for IPP if UMat and OpenCL is available in Sobel and Scharr.
|
8 years ago |
ArkadiuszRaj
|
48ae99ecef
|
Support for MONO8 & MONO12 pixel formats
|
8 years ago |
Alexander Alekhin
|
714db4cf0d
|
java: fix Ptr<> code generation
Before:
Ptr<Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj)
After:
Ptr<cv::aruco::Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj)
|
8 years ago |
Alexander Alekhin
|
5da8d65371
|
eliminate compiler warnings
|
8 years ago |
Alexander Alekhin
|
6cfe4a85f7
|
cmake: fix ocv_check_compiler_flag
|
8 years ago |
ArkadiuszRaj
|
d80fd0c85c
|
Missing declaration
|
8 years ago |
abratchik
|
be028d0774
|
fix for #7420, #7421
|
8 years ago |
ArkadiuszRaj
|
70c12e5407
|
Basic support for GigE cameras via Aravis SDK
|
8 years ago |
ArkadiuszRaj
|
797030aa90
|
Solution to issue #7408
|
8 years ago |
Graham Fyffe
|
57be99ff18
|
Added getLeadingEdges function to subdivision2d
|
8 years ago |
Quentin
|
9b4cf896fd
|
Added AKAZE features in the stitcher pipeline (issue #6474)
|
8 years ago |
Vadim Pisarevsky
|
dd379ec9fd
|
Merge pull request #7410 from pylbert:doc_DectectPython
|
8 years ago |
Vadim Pisarevsky
|
84699e0e18
|
Merge pull request #7399 from K-Shinotsuka:issue27
|
8 years ago |
Vadim Pisarevsky
|
294bea11a5
|
Merge pull request #7401 from K-Shinotsuka:issue28
|
8 years ago |
Vadim Pisarevsky
|
8ee459207e
|
Merge pull request #7402 from K-Shinotsuka:issue29
|
8 years ago |
Vadim Pisarevsky
|
285e6ad15b
|
Merge pull request #7404 from K-Shinotsuka:issue30
|
8 years ago |
Vadim Pisarevsky
|
018485050f
|
Merge pull request #7415 from StevenPuttemans:fix_issue_7409
|
8 years ago |
Jcrist99
|
770c69a978
|
fix for feature2d java wrappers as described in this post: http://ans… (#7372)
* fix for feature2d java wrappers as described in this post: http://answers.opencv.org/question/101675/surfsift-java-wrapper-for-opencv-3xosx-1011/
* fix for feature2d java wrappers as described in this post: http://answers.opencv.org/question/101675/surfsift-java-wrapper-for-opencv-3xosx-1011/
* rollback of one change as requested (similar change already merged)
|
8 years ago |
StevenPuttemans
|
524c61279b
|
replace principle by principal
|
8 years ago |
Noel Eck
|
d6bcab3c7b
|
doc: Small change to documentation in DectectPython.cmake
Fixed small typo for python 3 default version.
Signed-off-by: Noel Eck <noel.eck@intel.com>
|
8 years ago |
Vadim Pisarevsky
|
a799cc13d9
|
Merge pull request #6078 from PolarNick239:master
|
8 years ago |
Vadim Pisarevsky
|
fad0598634
|
normHamming done with AVX 2 intrinsics (ver 2) (#7405)
* normHamming done with AVX 2 intrinsics.
* fixed compiling AVX2-optimized norm hamming with MSVC
|
8 years ago |
Alexander Alekhin
|
0f03f692a9
|
Merge pull request #7403 from tomoaki0705:fixDuplicateInclude
|
8 years ago |
k-shinotsuka
|
880ace2eb3
|
add simd code when dcn equals 4 at HSV2RGB_b().
|
8 years ago |
k-shinotsuka
|
db8b3252bf
|
add simd code when scn equals 4 at RGB2HLS_b().
|
8 years ago |
Vadim Pisarevsky
|
913b9cd661
|
Merge pull request #7398 from vpisarev:mat2umat_copy_fix
|
8 years ago |
k-shinotsuka
|
c1745539c4
|
add simd code when dcn equals 4 at HLS2RGB_b().
|
8 years ago |
Vadim Pisarevsky
|
42fbfb9be0
|
Merge pull request #7311 from fran6co:lsd
|
8 years ago |
Vadim Pisarevsky
|
43b60f4617
|
Merge pull request #6961 from K-Shinotsuka:issue5
|
8 years ago |
Vadim Pisarevsky
|
33ce36397c
|
Merge pull request #7222 from mschoeneck:Improve_findContours_with_SSE2
|
8 years ago |
Vadim Pisarevsky
|
2b01e316b3
|
Merge pull request #7392 from K-Shinotsuka:issue25
|
8 years ago |
k-shinotsuka
|
a5f493a763
|
add simd code when scn equals 4 at Lab2RGB_b().
|
8 years ago |
Vadim Pisarevsky
|
bdf82149e9
|
Merge pull request #7393 from alalek:cmake_pch_update
|
8 years ago |
Vadim Pisarevsky
|
83f2eb79f1
|
make sure that the empty mat is copied to UMat properly - i.e. UMat becomes empty. Before the patch such copy operation crashed
|
8 years ago |
Tomoaki Teshima
|
f6350bdfa8
|
remove duplicated include
|
8 years ago |
Alexander Alekhin
|
b640e72877
|
cmake: update PCH
1) fix include directories
2) don't use PCH for source file with custom COMPILE_FLAGS
|
8 years ago |
k-shinotsuka
|
47c792ecc0
|
add simd code when scn equals 4 at RGB2Luv_b().
|
8 years ago |
Alexander Alekhin
|
e0435d3b8a
|
Merge pull request #7356 from mshabunin:extend-openvx
|
8 years ago |
Vadim Pisarevsky
|
eddd417d74
|
Merge pull request #7282 from alalek:fix_calculations
|
8 years ago |
mshabunin
|
81938af5d0
|
Added support for OpenVX 1.0, updated cmake part, minor fixes
|
8 years ago |