@NoOffset public static class SimpleBlobDetector.Params extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Params() |
Params(long size)
Native array allocator.
|
Params(Pointer p)
Pointer cast constructor.
|
address, 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, zero
public Params(Pointer p)
Pointer(Pointer)
.public Params(long size)
Pointer.position(long)
.public Params()
public SimpleBlobDetector.Params position(long position)
public SimpleBlobDetector.Params getPointer(long i)
getPointer
in class Pointer
public float thresholdStep()
public SimpleBlobDetector.Params thresholdStep(float setter)
public float minThreshold()
public SimpleBlobDetector.Params minThreshold(float setter)
public float maxThreshold()
public SimpleBlobDetector.Params maxThreshold(float setter)
public SimpleBlobDetector.Params minRepeatability(long setter)
public float minDistBetweenBlobs()
public SimpleBlobDetector.Params minDistBetweenBlobs(float setter)
public SimpleBlobDetector.Params filterByColor(boolean setter)
public SimpleBlobDetector.Params blobColor(byte setter)
public SimpleBlobDetector.Params filterByArea(boolean setter)
public float minArea()
public SimpleBlobDetector.Params minArea(float setter)
public float maxArea()
public SimpleBlobDetector.Params maxArea(float setter)
public SimpleBlobDetector.Params filterByCircularity(boolean setter)
public float minCircularity()
public SimpleBlobDetector.Params minCircularity(float setter)
public float maxCircularity()
public SimpleBlobDetector.Params maxCircularity(float setter)
public SimpleBlobDetector.Params filterByInertia(boolean setter)
public float minInertiaRatio()
public SimpleBlobDetector.Params minInertiaRatio(float setter)
public float maxInertiaRatio()
public SimpleBlobDetector.Params maxInertiaRatio(float setter)
public SimpleBlobDetector.Params filterByConvexity(boolean setter)
public float minConvexity()
public SimpleBlobDetector.Params minConvexity(float setter)
public float maxConvexity()
public SimpleBlobDetector.Params maxConvexity(float setter)
public SimpleBlobDetector.Params collectContours(boolean setter)
public void write(@ByRef FileStorage fs)
Copyright © 2024. All rights reserved.