Package org.opencv.features2d
Class DescriptorExtractor
- java.lang.Object
- 
- org.opencv.features2d.DescriptorExtractor
 
- 
 @Deprecated public class DescriptorExtractor extends java.lang.ObjectDeprecated.
- 
- 
Field SummaryFields Modifier and Type Field Description static intAKAZEDeprecated.static intBRIEFDeprecated.static intBRISKDeprecated.static intFREAKDeprecated.protected longnativeObjDeprecated.static intOPPONENT_AKAZEDeprecated.static intOPPONENT_BRIEFDeprecated.static intOPPONENT_BRISKDeprecated.static intOPPONENT_FREAKDeprecated.static intOPPONENT_ORBDeprecated.static intOPPONENT_SIFTDeprecated.static intOPPONENT_SURFDeprecated.static intORBDeprecated.static intSIFTDeprecated.static intSURFDeprecated.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDescriptorExtractor(long addr)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DescriptorExtractor__fromPtr__(long addr)Deprecated.voidcompute(java.util.List<Mat> images, java.util.List<MatOfKeyPoint> keypoints, java.util.List<Mat> descriptors)Deprecated.voidcompute(Mat image, MatOfKeyPoint keypoints, Mat descriptors)Deprecated.static DescriptorExtractorcreate(int extractorType)Deprecated.intdescriptorSize()Deprecated.intdescriptorType()Deprecated.booleanempty()Deprecated.protected voidfinalize()Deprecated.longgetNativeObjAddr()Deprecated.voidread(java.lang.String fileName)Deprecated.voidwrite(java.lang.String fileName)Deprecated.
 
- 
- 
- 
Field Detail- 
nativeObjprotected final long nativeObj Deprecated.
 - 
SIFTpublic static final int SIFT Deprecated.- See Also:
- Constant Field Values
 
 - 
SURFpublic static final int SURF Deprecated.- See Also:
- Constant Field Values
 
 - 
ORBpublic static final int ORB Deprecated.- See Also:
- Constant Field Values
 
 - 
BRIEFpublic static final int BRIEF Deprecated.- See Also:
- Constant Field Values
 
 - 
BRISKpublic static final int BRISK Deprecated.- See Also:
- Constant Field Values
 
 - 
FREAKpublic static final int FREAK Deprecated.- See Also:
- Constant Field Values
 
 - 
AKAZEpublic static final int AKAZE Deprecated.- See Also:
- Constant Field Values
 
 - 
OPPONENT_SIFTpublic static final int OPPONENT_SIFT Deprecated.- See Also:
- Constant Field Values
 
 - 
OPPONENT_SURFpublic static final int OPPONENT_SURF Deprecated.- See Also:
- Constant Field Values
 
 - 
OPPONENT_ORBpublic static final int OPPONENT_ORB Deprecated.- See Also:
- Constant Field Values
 
 - 
OPPONENT_BRIEFpublic static final int OPPONENT_BRIEF Deprecated.- See Also:
- Constant Field Values
 
 - 
OPPONENT_BRISKpublic static final int OPPONENT_BRISK Deprecated.- See Also:
- Constant Field Values
 
 - 
OPPONENT_FREAKpublic static final int OPPONENT_FREAK Deprecated.- See Also:
- Constant Field Values
 
 - 
OPPONENT_AKAZEpublic static final int OPPONENT_AKAZE Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getNativeObjAddrpublic long getNativeObjAddr() Deprecated.
 - 
__fromPtr__public static DescriptorExtractor __fromPtr__(long addr) Deprecated.
 - 
computepublic void compute(Mat image, MatOfKeyPoint keypoints, Mat descriptors) Deprecated.
 - 
computepublic void compute(java.util.List<Mat> images, java.util.List<MatOfKeyPoint> keypoints, java.util.List<Mat> descriptors) Deprecated.
 - 
descriptorSizepublic int descriptorSize() Deprecated.
 - 
descriptorTypepublic int descriptorType() Deprecated.
 - 
emptypublic boolean empty() Deprecated.
 - 
createpublic static DescriptorExtractor create(int extractorType) Deprecated.
 - 
writepublic void write(java.lang.String fileName) Deprecated.
 - 
readpublic void read(java.lang.String fileName) Deprecated.
 - 
finalizeprotected void finalize() throws java.lang.ThrowableDeprecated.- Overrides:
- finalizein class- java.lang.Object
- Throws:
- java.lang.Throwable
 
 
- 
 
-