]> rtime.felk.cvut.cz Git - opencv.git/commit
added Self-Similarity descriptor (thanks to Rainer Leinhart), fixed C++ sparse matric...
authorvp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Tue, 21 Jul 2009 15:50:38 +0000 (15:50 +0000)
committervp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Tue, 21 Jul 2009 15:50:38 +0000 (15:50 +0000)
commit51bd2d1b770c65efa426ac2e4a27bf507a61db96
tree0ea64542f365506adfeb6dfb315f8094ecabdf2e
parent2a104de0d05e362f767f953fdb1794050f709a85
added Self-Similarity descriptor (thanks to Rainer Leinhart), fixed C++ sparse matrices, fixed memory allocator (fastMalloc), added optional L1-based search in cv::KDTree

git-svn-id: https://code.ros.org/svn/opencv/trunk@1960 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08
opencv/include/opencv/cvaux.hpp
opencv/include/opencv/cxcore.hpp
opencv/include/opencv/cxmat.hpp
opencv/src/Makefile.am
opencv/src/cv/cvhistogram.cpp
opencv/src/cvaux/cvselfsimilarity.cpp [new file with mode: 0644]
opencv/src/cxcore/cxalloc.cpp
opencv/src/cxcore/cxdatastructs.cpp
opencv/src/cxcore/cxmatrix.cpp