public static class opencv_legacy.CvStarDetectorParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvStarDetectorParams() |
opencv_legacy.CvStarDetectorParams(int size) |
opencv_legacy.CvStarDetectorParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
lineThresholdBinarized() |
opencv_legacy.CvStarDetectorParams |
lineThresholdBinarized(int lineThresholdBinarized) |
int |
lineThresholdProjected() |
opencv_legacy.CvStarDetectorParams |
lineThresholdProjected(int lineThresholdProjected) |
int |
maxSize() |
opencv_legacy.CvStarDetectorParams |
maxSize(int maxSize) |
opencv_legacy.CvStarDetectorParams |
position(int position) |
int |
responseThreshold() |
opencv_legacy.CvStarDetectorParams |
responseThreshold(int responseThreshold) |
int |
suppressNonmaxSize() |
opencv_legacy.CvStarDetectorParams |
suppressNonmaxSize(int suppressNonmaxSize) |
address, 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_legacy.CvStarDetectorParams()
public opencv_legacy.CvStarDetectorParams(int size)
public opencv_legacy.CvStarDetectorParams(Pointer p)
public opencv_legacy.CvStarDetectorParams position(int position)
public int maxSize()
public opencv_legacy.CvStarDetectorParams maxSize(int maxSize)
public int responseThreshold()
public opencv_legacy.CvStarDetectorParams responseThreshold(int responseThreshold)
public int lineThresholdProjected()
public opencv_legacy.CvStarDetectorParams lineThresholdProjected(int lineThresholdProjected)
public int lineThresholdBinarized()
public opencv_legacy.CvStarDetectorParams lineThresholdBinarized(int lineThresholdBinarized)
public int suppressNonmaxSize()
public opencv_legacy.CvStarDetectorParams suppressNonmaxSize(int suppressNonmaxSize)
Copyright © 2014. All Rights Reserved.