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 d7b3e254dd removed duplicated SIFT points (reported by Luca Del Tongo) 14 years ago
..
bagofwords.cpp fixed multiple warnings from VS2010. 14 years ago
blobdetector.cpp fixed build on Windows with MSVC2010 14 years ago
brief.cpp Minor fix to pop count based hamming distance. Being consistent with type. 14 years ago
calonder.cpp added empty() method to common features2d classes; fixed #831 14 years ago
descriptors.cpp changed border type to float 14 years ago
detectors.cpp added empty() method to common features2d classes; fixed #831 14 years ago
draw.cpp fixed ticket #823 14 years ago
dynamic.cpp forgot to commit in the last time 14 years ago
evaluation.cpp fixed multiple warnings from VS2010. 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 adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core. 15 years ago
generated_32.i adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core. 15 years ago
generated_64.i adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core. 15 years ago
keypoint.cpp uncommented fix of write/read keypoints 15 years ago
matchers.cpp added empty() method to common features2d classes; fixed #831 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
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 fixed multiple warnings from VS2010. 14 years ago
sift.cpp removed duplicated SIFT points (reported by Luca Del Tongo) 14 years ago
stardetector.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
surf.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 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