fixed some more compile errors and test failures
This commit is contained in:
@@ -133,6 +133,7 @@ public:
|
||||
break;
|
||||
case HARRIS:
|
||||
fd = GFTTDetector::create();
|
||||
fd->set(GFTTDetector::USE_HARRIS_DETECTOR, 1);
|
||||
break;
|
||||
case SIMPLEBLOB:
|
||||
fd = SimpleBlobDetector::create();
|
||||
|
Reference in New Issue
Block a user