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.
 
 
 
 
 
 
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
..
bagofwords.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
blobdetector.cpp ~40 warnings under VS2008 14 years ago
brief.cpp Refactored NEON optimization usage 14 years ago
calonder.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
descriptors.cpp uncommented Opponent descriptors test, fixed descriptors mat size 14 years ago
detectors.cpp fixed PyramidAdaptedFeatureDetector (when mask is not empty) (#1206) 14 years ago
draw.cpp fixed drawKeypoints (keypoint orientation) 14 years ago
dynamic.cpp extended the constructor parameters of AdjusterAdapter's inheritors 14 years ago
evaluation.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
fast.cpp updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
generated_16.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
generated_32.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
generated_64.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
keypoint.cpp removed duplicated check 14 years ago
matchers.cpp upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN. 14 years ago
mser.cpp updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
oneway.cpp updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
orb.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
orb_pattern.hpp fixed features2d (ORB) compile errors on Windows 14 years ago
planardetect.cpp added empty() method to common features2d classes; fixed #831 14 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp ~40 warnings under VS2008 14 years ago
sift.cpp fixed SIFT when keypoints vector is empty (#1162) 14 years ago
stardetector.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
surf.cpp added upright mode to SURF (#825) 14 years ago
test_pairs.txt adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core. 15 years ago