org.opencv.features2d
Class DescriptorExtractor
java.lang.Object
   org.opencv.features2d.DescriptorExtractor
org.opencv.features2d.DescriptorExtractor
- public class DescriptorExtractor 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AKAZE
public static final int AKAZE
- See Also:
- Constant Field Values
BRIEF
public static final int BRIEF
- See Also:
- Constant Field Values
BRISK
public static final int BRISK
- See Also:
- Constant Field Values
FREAK
public static final int FREAK
- See Also:
- Constant Field Values
OPPONENT_AKAZE
public static final int OPPONENT_AKAZE
- See Also:
- Constant Field Values
OPPONENT_BRIEF
public static final int OPPONENT_BRIEF
- See Also:
- Constant Field Values
OPPONENT_BRISK
public static final int OPPONENT_BRISK
- See Also:
- Constant Field Values
OPPONENT_FREAK
public static final int OPPONENT_FREAK
- See Also:
- Constant Field Values
OPPONENT_ORB
public static final int OPPONENT_ORB
- See Also:
- Constant Field Values
OPPONENT_SIFT
public static final int OPPONENT_SIFT
- See Also:
- Constant Field Values
OPPONENT_SURF
public static final int OPPONENT_SURF
- See Also:
- Constant Field Values
ORB
public static final int ORB
- See Also:
- Constant Field Values
SIFT
public static final int SIFT
- See Also:
- Constant Field Values
SURF
public static final int SURF
- See Also:
- Constant Field Values
compute
public void compute(java.util.List<Mat> images,
                    java.util.List<MatOfKeyPoint> keypoints,
                    java.util.List<Mat> descriptors)
- 
 
compute
public void compute(Mat image,
                    MatOfKeyPoint keypoints,
                    Mat descriptors)
- 
 
create
public static DescriptorExtractor create(int extractorType)
- 
 
descriptorSize
public int descriptorSize()
- 
 
descriptorType
public int descriptorType()
- 
 
empty
public boolean empty()
- 
 
read
public void read(java.lang.String fileName)
- 
 
write
public void write(java.lang.String fileName)
-