Added float, uint64, and uchar params to Algorithm
authorLeonidBeynenson <leonid.beynenson@itseez.com>
Mon, 4 Feb 2013 16:25:18 +0000 (20:25 +0400)
committerLeonidBeynenson <leonid.beynenson@itseez.com>
Mon, 4 Feb 2013 16:25:18 +0000 (20:25 +0400)
commitb85a098d9c23ba6d8ef691e91101daf6ea56d999
tree6e050541c56b6a037cbf0a38540f2f8c470b01d7
parentdb9de43fa5ebe510cf16955daeedc93a56622c7f
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.
modules/core/include/opencv2/core/core.hpp
modules/core/src/algorithm.cpp
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/features2d_init.cpp