Added a test of CvModelEstimator2::checkSubset(...)

This commit is contained in:
Ilya Lysenkov
2013-01-28 12:40:54 +04:00
committed by Andrey Kamaev
parent d8f749da52
commit fe86f31f44
2 changed files with 227 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#include "precomp.hpp"
class CvModelEstimator2
class CV_EXPORTS CvModelEstimator2
{
public:
CvModelEstimator2(int _modelPoints, CvSize _modelSize, int _maxBasicSolutions);