Pavel Rojtberg
a37a6bd783
fix BGR <> RGB swap
...
we are drawing on a BGR image declared as RGB, so we should not swap
components here either.
8 years ago
Pavel Rojtberg
8cc09f1784
highgui: allow wrapping cv::addText
...
also correctly forward spacing parameter in fontQt
8 years ago
Maksim Shabunin
18bd47c9b9
Merge pull request #7367 from terfendail:ovxhal_imgprocfix
8 years ago
StevenPuttemans
fa32abe5f3
add 5.2 and 6.1 compute capability support
8 years ago
Alexander Alekhin
0d0a399a13
Merge pull request #7468 from StevenPuttemans:fix_single_scale_detection
8 years ago
Maksim Shabunin
699c25a4be
Merge pull request #7471 from alalek:fix_java_generator
8 years ago
Maksim Shabunin
28b64f6f13
Merge pull request #7457 from alalek:cmake_fix_ios
8 years ago
StevenPuttemans
ca762a6ba7
allow minObjectSize==maxObjectSize for single scale detection capability
8 years ago
abratchik
084c595855
fix for legacy FeatureDetector and DescriptorMatcher classes
8 years ago
Alexander Alekhin
4c8d25878b
cmake: update configuration for iOS
8 years ago
Vadim Pisarevsky
4ed40fd694
Merge pull request #7432 from abratchik:java.wrapper.fix.3.1
8 years ago
Vadim Pisarevsky
4acda3f609
Merge pull request #7428 from alalek:cmake_fix_compiler_flags_detection
8 years ago
Alexander Alekhin
c16c803fe9
java: integrate code from base modules
...
To resolve undefined "Mat_to_vector_KeyPoint" error
8 years ago
Alexander Alekhin
994815fbd4
Merge pull request #7413 from tomoaki0705:featureUniversalThreshold
8 years ago
Alexander Alekhin
994c682b77
Merge pull request #7455 from tomoaki0705:featureUniversalLkPyramid
8 years ago
Alexander Alekhin
685a050339
Merge pull request #7431 from ArkadiuszRaj:pgm-16bit
8 years ago
Alexander Alekhin
8e701a948b
Merge pull request #7466 from Trojahn:master
8 years ago
Juha Reunanen
0f387cda8f
Merge pull request #7451 from reunanen:issue-7409
...
Fix findContours crash for very large images (#7451 )
* Cast step to size_t in order to avoid integer overflow when processing very large images
* Change assert to CV_Assert
8 years ago
Alexander Alekhin
016359f406
Merge pull request #7442 from catree:morphology_additional_information
8 years ago
Alexander Alekhin
6373e24bd3
Merge pull request #7441 from catree:add_distortion_images
8 years ago
viodetools
114d378cfc
Bugfix #7438
8 years ago
Tomoaki Teshima
1ef740fa2c
use universal intrinsic implementation for calcSharrDeriv
8 years ago
Tomoaki Teshima
ea6410d1e7
use universal intrinsic in threshold
...
* add performance test for 32F and 64F threshold
* requires update of opencv_extra
8 years ago
abratchik
789b35d813
improved fix for java wrapper generator (gen_java.py) to avoid generation of java methods with duplicate signatures(v3)
8 years ago
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