Package org.opencv.features2d
Class Feature2D
java.lang.Object
org.opencv.core.Algorithm
org.opencv.features2d.Feature2D
- Direct Known Subclasses:
AgastFeatureDetector,AKAZE,BRISK,FastFeatureDetector,GFTTDetector,KAZE,MSER,ORB
public class Feature2D extends Algorithm
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedFeature2D(long addr) -
Method Summary
Modifier and Type Method Description static Feature2D__fromPtr__(long addr)voidcompute(List<Mat> images, List<MatOfKeyPoint> keypoints, List<Mat> descriptors)voidcompute(Mat image, MatOfKeyPoint keypoints, Mat descriptors)intdefaultNorm()intdescriptorSize()intdescriptorType()voiddetect(List<Mat> images, List<MatOfKeyPoint> keypoints)voiddetect(List<Mat> images, List<MatOfKeyPoint> keypoints, List<Mat> masks)voiddetect(Mat image, MatOfKeyPoint keypoints)voiddetect(Mat image, MatOfKeyPoint keypoints, Mat mask)voiddetectAndCompute(Mat image, Mat mask, MatOfKeyPoint keypoints, Mat descriptors)voiddetectAndCompute(Mat image, Mat mask, MatOfKeyPoint keypoints, Mat descriptors, boolean useProvidedKeypoints)booleanempty()protected voidfinalize()StringgetDefaultName()voidread(String fileName)voidwrite(String fileName)
-
Constructor Details
-
Feature2D
protected Feature2D(long addr)
-
-
Method Details
-
__fromPtr__
-
getDefaultName
- Overrides:
getDefaultNamein classAlgorithm
-
empty
public boolean empty() -
defaultNorm
public int defaultNorm() -
descriptorSize
public int descriptorSize() -
descriptorType
public int descriptorType() -
compute
-
compute
-
detect
-
detect
-
detect
-
detect
-
detectAndCompute
public void detectAndCompute(Mat image, Mat mask, MatOfKeyPoint keypoints, Mat descriptors, boolean useProvidedKeypoints) -
detectAndCompute
-
read
-
write
-
finalize
-