@Namespace(value="cv::xfeatures2d") @Properties(inherit=opencv_xfeatures2d.class) public class StarDetector extends Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StarDetector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static StarDetector |
create() |
static StarDetector |
create(int maxSize,
int responseThreshold,
int lineThresholdProjected,
int lineThresholdBinarized,
int suppressNonmaxSize)
the full constructor
|
BytePointer |
getDefaultName()
Returns the algorithm string identifier.
|
int |
getLineThresholdBinarized() |
int |
getLineThresholdProjected() |
int |
getMaxSize() |
int |
getResponseThreshold() |
int |
getSuppressNonmaxSize() |
void |
setLineThresholdBinarized(int _lineThresholdBinarized) |
void |
setLineThresholdProjected(int _lineThresholdProjected) |
void |
setMaxSize(int _maxSize) |
void |
setResponseThreshold(int _responseThreshold) |
void |
setSuppressNonmaxSize(int _suppressNonmaxSize) |
compute, compute, compute, compute, compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, empty, getPointer, position, read, read, read, write, write, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StarDetector(Pointer p)
Pointer(Pointer).@opencv_core.Ptr public static StarDetector create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize)
@opencv_core.Ptr public static StarDetector create()
public void setMaxSize(int _maxSize)
public int getMaxSize()
public void setResponseThreshold(int _responseThreshold)
public int getResponseThreshold()
public void setLineThresholdProjected(int _lineThresholdProjected)
public int getLineThresholdProjected()
public void setLineThresholdBinarized(int _lineThresholdBinarized)
public int getLineThresholdBinarized()
public void setSuppressNonmaxSize(int _suppressNonmaxSize)
public int getSuppressNonmaxSize()
@opencv_core.Str public BytePointer getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2023. All rights reserved.