Normally, in opencv with c++ , there is no problems w.r.t set parameters,
but in android-opencv I can't achieve info about this.
Anybody could help me about this problem?
Normally, in opencv with c++ , there is no problems w.r.t set parameters,
but in android-opencv I can't achieve info about this.
Anybody could help me about this problem?
You can load an external file which contains the parameters. For example create a .yml file with the parameters first.
Then as soon as you create an instance of the ORB Feature detector, you will be able to read the parameters of the .yml file like this: