public static class opencv_features2d.StarDetector 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.StarDetector() |
opencv_features2d.StarDetector(int size) |
opencv_features2d.StarDetector(int _maxSize,
int _responseThreshold,
int _lineThresholdProjected,
int _lineThresholdBinarized,
int _suppressNonmaxSize)
the full constructor
|
opencv_features2d.StarDetector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
detect(opencv_core.Mat image,
opencv_features2d.KeyPoint keypoints)
finds the keypoints in the image
|
opencv_core.AlgorithmInfo |
info() |
opencv_features2d.StarDetector |
position(int position) |
create, create, detect, detect, detect, empty_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, name, paramHelp, paramHelp, paramType, paramType, 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.StarDetector(Pointer p)
public opencv_features2d.StarDetector(int size)
public opencv_features2d.StarDetector(int _maxSize,
int _responseThreshold,
int _lineThresholdProjected,
int _lineThresholdBinarized,
int _suppressNonmaxSize)
public opencv_features2d.StarDetector()
public opencv_features2d.StarDetector position(int position)
position in class opencv_core.Algorithmpublic void detect(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints)
detect in class opencv_features2d.FeatureDetectorpublic opencv_core.AlgorithmInfo info()
info in class opencv_core.AlgorithmCopyright © 2014. All Rights Reserved.