Example usage for Java org.opencv.features2d ORB fields, constructors, methods, implement or subclass
The text is from its open source code.
void | compute(Mat image, MatOfKeyPoint keypoints, Mat descriptors) |
ORB | create() |
void | detect(Mat image, MatOfKeyPoint keypoints) |