Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Java: Hot to set parameters to ORB FeatureDetector?

As it say documentation, in OpenCV there is a constructor called ORB, where I can specify a lot of parameters. But I'm using Java and I can't find how to specify those parameters. All I can to is to initialize detector with:

FeatureDetector detector = FeatureDetector.create(FeatureDetector.ORB);

So how I can specify parameters from documentation? Is there another way to initialize ORB feature detector in Java? Thanks.

click to hide/show revision 2
Corrected typos.

Java: Hot How to set parameters to ORB FeatureDetector?

As it say says in the documentation, in OpenCV there is a constructor called ORB, where I can specify a lot of parameters. But I'm using Java and I can't find how to specify those parameters. All I can to is to initialize detector with:

FeatureDetector detector = FeatureDetector.create(FeatureDetector.ORB);

So how I can specify parameters from the documentation? Is there another way to initialize ORB feature detector in Java? Thanks.

click to hide/show revision 3
Corrected tag.

Java: How to set parameters to ORB FeatureDetector?

As it says in the documentation, in OpenCV there is a constructor called ORB, where I can specify a lot of parameters. But I'm using Java and I can't find how to specify those parameters. All I can to is to initialize detector with:

FeatureDetector detector = FeatureDetector.create(FeatureDetector.ORB);

So how I can specify parameters from the documentation? Is there another way to initialize ORB feature detector in Java? Thanks.