Boring changes - features2d.

This commit is contained in:
Roman Donchenko
2013-08-13 17:30:14 +04:00
parent bd70a033fc
commit 1eacb485c5
11 changed files with 55 additions and 55 deletions

View File

@@ -62,7 +62,7 @@ protected:
virtual void run(int)
{
cv::initModule_features2d();
CV_Assert(!detector.empty());
CV_Assert(detector);
string imgFilename = string(ts->get_data_path()) + FEATURES2D_DIR + "/" + IMAGE_FILENAME;
// Read the test image.