opencv/modules/core
LeonidBeynenson b85a098d9c Added float, uint64, and uchar params to Algorithm
Made changes to work in cv::Algorithm with parameters of these types.
Also fixed SimpleBlobDetector -- now it can be created by
cv::Algorithm::create and it can work with cv::Algorithm::set/get.
2013-02-04 20:25:18 +04:00
..
doc Merge pull request #400 from ilysenkov:bugfix_2560 2013-02-01 12:05:48 +04:00
include/opencv2/core Added float, uint64, and uchar params to Algorithm 2013-02-04 20:25:18 +04:00
perf Increased time limits, eliminated extra params 2013-01-31 16:18:52 +04:00
src Added float, uint64, and uchar params to Algorithm 2013-02-04 20:25:18 +04:00
test added tests for #1373, #2629, #2719; fixed another bug in determinant(Matx<T,n,n>) 2013-01-28 17:27:08 +04:00
CMakeLists.txt fixed build for CARMA: 2013-01-23 21:05:08 +04:00