Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to create SurfFeatureDetector using FeatureDetector::create?

From the tutorial, I know how to SurfFeatureDetector with minHessian parameter. But when I create the detector with FeatureDetector::create, it does not provide me a way to set the parameter. I tried to call

FeatureDetector->setInt("minHessian", 100);

But I got no parameter name "minHessian" error in debug mode.