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