Help me to understand ORB parameters [closed]
Hi,
I use ORB for a project and I need to understand how it works.
I don't understand all the parameters of ORB constructor, can you help me ?
I need to optimise time of research / precision
Parameters :
- nfeatures : number of keypoints,more keypoint increase time of research
- scaleFactor : lower (close to 1.0f) increase precision and increase time
- nlevels : number of level of pyramids. Don't understand how that affect time or precision
- edgeThreshold size of the keypoint ? Don't understand how that affect time or precision
- patchSize need to match edge ???
Thanks.