Package org.opencv.features2d
Class DescriptorExtractor
java.lang.Object
org.opencv.features2d.DescriptorExtractor
@Deprecated public class DescriptorExtractor extends Object
Deprecated.
-
Field Summary
Fields 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 Summary
Constructors Modifier Constructor Description protectedDescriptorExtractor(long addr)Deprecated. -
Method Summary
Modifier and Type Method Description static DescriptorExtractor__fromPtr__(long addr)Deprecated.voidcompute(List<Mat> images, List<MatOfKeyPoint> keypoints, 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(String fileName)Deprecated.voidwrite(String fileName)Deprecated.
-
Field Details
-
nativeObj
protected final long nativeObjDeprecated. -
SIFT
public static final int SIFTDeprecated.- See Also:
- Constant Field Values
-
SURF
public static final int SURFDeprecated.- See Also:
- Constant Field Values
-
ORB
public static final int ORBDeprecated.- See Also:
- Constant Field Values
-
BRIEF
public static final int BRIEFDeprecated.- See Also:
- Constant Field Values
-
BRISK
public static final int BRISKDeprecated.- See Also:
- Constant Field Values
-
FREAK
public static final int FREAKDeprecated.- See Also:
- Constant Field Values
-
AKAZE
public static final int AKAZEDeprecated.- See Also:
- Constant Field Values
-
OPPONENT_SIFT
public static final int OPPONENT_SIFTDeprecated.- See Also:
- Constant Field Values
-
OPPONENT_SURF
public static final int OPPONENT_SURFDeprecated.- See Also:
- Constant Field Values
-
OPPONENT_ORB
public static final int OPPONENT_ORBDeprecated.- See Also:
- Constant Field Values
-
OPPONENT_BRIEF
public static final int OPPONENT_BRIEFDeprecated.- See Also:
- Constant Field Values
-
OPPONENT_BRISK
public static final int OPPONENT_BRISKDeprecated.- See Also:
- Constant Field Values
-
OPPONENT_FREAK
public static final int OPPONENT_FREAKDeprecated.- See Also:
- Constant Field Values
-
OPPONENT_AKAZE
public static final int OPPONENT_AKAZEDeprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
DescriptorExtractor
protected DescriptorExtractor(long addr)Deprecated.
-
-
Method Details
-
getNativeObjAddr
public long getNativeObjAddr()Deprecated. -
__fromPtr__
Deprecated. -
create
Deprecated. -
empty
public boolean empty()Deprecated. -
descriptorSize
public int descriptorSize()Deprecated. -
descriptorType
public int descriptorType()Deprecated. -
compute
Deprecated. -
compute
Deprecated. -
read
Deprecated. -
write
Deprecated. -
finalize
Deprecated.
-