Name
Last commit
Last update
..
bagofwords.cpp fixed multiple warnings from VS2010.
brief.cpp Adding optimization for brief and android using NEON SIMD intrinsics
calonder.cpp fixed warnings of gcc
descriptors.cpp fixed multiple warnings from VS2010.
detectors.cpp made MaskPredicate safer (#419)
draw.cpp modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
dynamic.cpp fixed multiple warnings from VS2010.
evaluation.cpp fixed multiple warnings from VS2010.
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
generated_16.i adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core.
generated_32.i adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core.
generated_64.i adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core.
keypoint.cpp uncommented fix of write/read keypoints
matchers.cpp fixed multiple warnings from VS2010.
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
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
planardetect.cpp fixed multiple warnings from VS2010.
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
precomp.hpp fixed multiple warnings from VS2010.
sift.cpp fixed sift descriptor
stardetector.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
surf.cpp integrated multi-threaded version of SURF (thanks to imahon and yvo2m for the patch; see ticket #275)
test_pairs.txt adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core.