Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexey Spizhevoy c776bff95b #1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary. 13 years ago
..
androidcamera Issue #1201: auto-focus problem was fixed. Binaries were rebuilt. 13 years ago
calib3d Fixed Windows build 13 years ago
contrib Fixed Android build warnings 13 years ago
core Fixed MSCV2005 build with TBB enabled. 13 years ago
features2d added test case of matching the same descriptors 13 years ago
flann got rid of "long double" in OpenCV; ticket #1515 13 years ago
gpu #1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary. 13 years ago
highgui Fixed MSCV2005 build with TBB enabled. 13 years ago
imgproc added houghcircles sample, improved circle detection (ticket #951) 13 years ago
java Fixed Android tests and samples status in cmake report; restored java tests "coverage calculation". 13 years ago
legacy fixed many warnings from GCC 4.6.1 13 years ago
ml improved description of RTreeParams (ticket #1656; thanks to Nghia Ho) 13 years ago
nonfree applied patch from #1712 (thanks to Vlad) 13 years ago
objdetect Made dependency of opencv_objdetect from opencv_highgui optional. 13 years ago
photo fixing arg name according to ref man 13 years ago
python working on python wrappers for stitching 13 years ago
stitching working on python wrappers for stitching 13 years ago
ts fixed hundreds of warnings from MSVC 2010. 13 years ago
video fixed the size of output velocity map in OptFlowBM, ticket #1362 (thanks to Takanori Y for the patch) 13 years ago
videostab Added load and save motion args into videostab sample 13 years ago
CMakeLists.txt Global CMake reorganization: 13 years ago
refman.rst lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago