@NoOffset
public static class opencv_features2d.SimpleBlobDetector.Params
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Params() |
Params(long size)
Native array allocator.
|
Params(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Params(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Params(long size)
Pointer.position(long).public Params()
public opencv_features2d.SimpleBlobDetector.Params position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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)
@Cast(value="size_t") public long minRepeatability()
public opencv_features2d.SimpleBlobDetector.Params minRepeatability(long minRepeatability)
public float minDistBetweenBlobs()
public opencv_features2d.SimpleBlobDetector.Params minDistBetweenBlobs(float minDistBetweenBlobs)
@Cast(value="bool") public boolean filterByColor()
public opencv_features2d.SimpleBlobDetector.Params filterByColor(boolean filterByColor)
@Cast(value="uchar") public byte blobColor()
public opencv_features2d.SimpleBlobDetector.Params blobColor(byte blobColor)
@Cast(value="bool") public boolean filterByArea()
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)
@Cast(value="bool") public boolean filterByCircularity()
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)
@Cast(value="bool") public boolean filterByInertia()
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)
@Cast(value="bool") public boolean filterByConvexity()
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 © 2018. All rights reserved.