public static class opencv_features2d.FeatureDetector extends opencv_core.Algorithm
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.FeatureDetector() |
opencv_features2d.FeatureDetector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.FeatureDetector |
create(BytePointer detectorType) |
opencv_features2d.FeatureDetector |
create(String detectorType) |
void |
detect(opencv_core.Mat image,
opencv_features2d.KeyPoint keypoints) |
void |
detect(opencv_core.Mat image,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat mask) |
void |
detect(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints) |
void |
detect(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints,
opencv_core.MatVector masks) |
boolean |
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.FeatureDetector()
public opencv_features2d.FeatureDetector(Pointer p)
public void detect(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints, opencv_core.Mat mask)
public void detect(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints)
public void detect(opencv_core.MatVector images, opencv_features2d.KeyPointVectorVector keypoints, opencv_core.MatVector masks)
public void detect(opencv_core.MatVector images, opencv_features2d.KeyPointVectorVector keypoints)
public boolean empty()
public opencv_features2d.FeatureDetector create(BytePointer detectorType)
public opencv_features2d.FeatureDetector create(String detectorType)
Copyright © 2014. All Rights Reserved.