void |
opencv_features2d.GenericDescriptorMatcher.add(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints) |
void |
opencv_features2d.VectorDescriptorMatcher.add(opencv_core.MatVector imgCollection,
opencv_features2d.KeyPointVectorVector pointCollection) |
void |
opencv_features2d.DescriptorExtractor.compute(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints,
opencv_core.MatVector descriptors) |
void |
opencv_features2d.FeatureDetector.detect(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints) |
void |
opencv_features2d.FeatureDetector.detect(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints,
opencv_core.MatVector masks) |
IntPointer |
opencv_features2d.FREAK.selectPairs(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints) |
IntPointer |
opencv_features2d.FREAK.selectPairs(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints,
double corrThresh,
boolean verbose)
select the 512 "best description pairs"
|