public static class opencv_features2d.Feature2D extends opencv_features2d.FeatureDetector
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.Feature2D() |
opencv_features2d.Feature2D(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.DescriptorExtractor |
asDescriptorExtractor() |
static opencv_features2d.DescriptorExtractor |
asDescriptorExtractor(opencv_features2d.Feature2D pointer) |
void |
compute(opencv_core.Mat image,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat descriptors) |
opencv_features2d.Feature2D |
create(BytePointer name) |
opencv_features2d.Feature2D |
create(String name) |
void |
detectAndCompute(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat descriptors) |
void |
detectAndCompute(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat descriptors,
boolean useProvidedKeypoints) |
detect, detect, detect, detect, empty_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, info, name, paramHelp, paramHelp, paramType, paramType, position, read, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAlgorithm, setAlgorithm, setBool, setBool, setDouble, setDouble, setInt, setInt, setMat, setMat, setMatVector, setMatVector, setString, setString, writeaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.Feature2D()
public opencv_features2d.Feature2D(Pointer p)
public opencv_features2d.DescriptorExtractor asDescriptorExtractor()
public static opencv_features2d.DescriptorExtractor asDescriptorExtractor(opencv_features2d.Feature2D pointer)
public void detectAndCompute(opencv_core.Mat image, opencv_core.Mat mask, opencv_features2d.KeyPoint keypoints, opencv_core.Mat descriptors, boolean useProvidedKeypoints)
public void detectAndCompute(opencv_core.Mat image, opencv_core.Mat mask, opencv_features2d.KeyPoint keypoints, opencv_core.Mat descriptors)
public void compute(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints, opencv_core.Mat descriptors)
public opencv_features2d.Feature2D create(BytePointer name)
create in class opencv_features2d.FeatureDetectorpublic opencv_features2d.Feature2D create(String name)
create in class opencv_features2d.FeatureDetectorCopyright © 2014. All Rights Reserved.