@Namespace(value="cv::xfeatures2d") public static class opencv_xfeatures2d.StarDetector extends opencv_features2d.Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_xfeatures2d.StarDetector()
Default native constructor.
|
opencv_xfeatures2d.StarDetector(long size)
Native array allocator.
|
opencv_xfeatures2d.StarDetector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static opencv_xfeatures2d.StarDetector |
create() |
static opencv_xfeatures2d.StarDetector |
create(int maxSize,
int responseThreshold,
int lineThresholdProjected,
int lineThresholdBinarized,
int suppressNonmaxSize)
the full constructor
|
opencv_xfeatures2d.StarDetector |
position(long position) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty
clear, getDefaultName, read, save, save, write
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zero
public opencv_xfeatures2d.StarDetector()
public opencv_xfeatures2d.StarDetector(long size)
Pointer.position(long)
.public opencv_xfeatures2d.StarDetector(Pointer p)
Pointer.Pointer(Pointer)
.public opencv_xfeatures2d.StarDetector position(long position)
position
in class opencv_features2d.Feature2D
@opencv_core.Ptr public static opencv_xfeatures2d.StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize)
@opencv_core.Ptr public static opencv_xfeatures2d.StarDetector create()
Copyright © 2016. All rights reserved.