◆ SimpleBlobDetector_Params()
| OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.SimpleBlobDetector_Params |
( |
| ) |
|
◆ __fromPtr__()
◆ Dispose()
| override void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.Dispose |
( |
bool | disposing | ) |
|
|
protectedvirtual |
◆ get_blobColor()
| byte OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_blobColor |
( |
| ) |
|
◆ get_collectContours()
| bool OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_collectContours |
( |
| ) |
|
◆ get_filterByArea()
| bool OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_filterByArea |
( |
| ) |
|
◆ get_filterByCircularity()
| bool OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_filterByCircularity |
( |
| ) |
|
◆ get_filterByColor()
| bool OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_filterByColor |
( |
| ) |
|
◆ get_filterByConvexity()
| bool OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_filterByConvexity |
( |
| ) |
|
◆ get_filterByInertia()
| bool OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_filterByInertia |
( |
| ) |
|
◆ get_maxArea()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_maxArea |
( |
| ) |
|
◆ get_maxCircularity()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_maxCircularity |
( |
| ) |
|
◆ get_maxConvexity()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_maxConvexity |
( |
| ) |
|
◆ get_maxInertiaRatio()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_maxInertiaRatio |
( |
| ) |
|
◆ get_maxThreshold()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_maxThreshold |
( |
| ) |
|
◆ get_minArea()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_minArea |
( |
| ) |
|
◆ get_minCircularity()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_minCircularity |
( |
| ) |
|
◆ get_minConvexity()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_minConvexity |
( |
| ) |
|
◆ get_minDistBetweenBlobs()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_minDistBetweenBlobs |
( |
| ) |
|
◆ get_minInertiaRatio()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_minInertiaRatio |
( |
| ) |
|
◆ get_minRepeatability()
| long OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_minRepeatability |
( |
| ) |
|
◆ get_minThreshold()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_minThreshold |
( |
| ) |
|
◆ get_thresholdStep()
| float OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.get_thresholdStep |
( |
| ) |
|
◆ getNativeObjAddr()
| IntPtr OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.getNativeObjAddr |
( |
| ) |
|
◆ set_blobColor()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_blobColor |
( |
byte | blobColor | ) |
|
◆ set_collectContours()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_collectContours |
( |
bool | collectContours | ) |
|
◆ set_filterByArea()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_filterByArea |
( |
bool | filterByArea | ) |
|
◆ set_filterByCircularity()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_filterByCircularity |
( |
bool | filterByCircularity | ) |
|
◆ set_filterByColor()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_filterByColor |
( |
bool | filterByColor | ) |
|
◆ set_filterByConvexity()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_filterByConvexity |
( |
bool | filterByConvexity | ) |
|
◆ set_filterByInertia()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_filterByInertia |
( |
bool | filterByInertia | ) |
|
◆ set_maxArea()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_maxArea |
( |
float | maxArea | ) |
|
◆ set_maxCircularity()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_maxCircularity |
( |
float | maxCircularity | ) |
|
◆ set_maxConvexity()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_maxConvexity |
( |
float | maxConvexity | ) |
|
◆ set_maxInertiaRatio()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_maxInertiaRatio |
( |
float | maxInertiaRatio | ) |
|
◆ set_maxThreshold()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_maxThreshold |
( |
float | maxThreshold | ) |
|
◆ set_minArea()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_minArea |
( |
float | minArea | ) |
|
◆ set_minCircularity()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_minCircularity |
( |
float | minCircularity | ) |
|
◆ set_minConvexity()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_minConvexity |
( |
float | minConvexity | ) |
|
◆ set_minDistBetweenBlobs()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_minDistBetweenBlobs |
( |
float | minDistBetweenBlobs | ) |
|
◆ set_minInertiaRatio()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_minInertiaRatio |
( |
float | minInertiaRatio | ) |
|
◆ set_minRepeatability()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_minRepeatability |
( |
long | minRepeatability | ) |
|
◆ set_minThreshold()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_minThreshold |
( |
float | minThreshold | ) |
|
◆ set_thresholdStep()
| void OpenCVForUnity.Features2dModule.SimpleBlobDetector_Params.set_thresholdStep |
( |
float | thresholdStep | ) |
|
The documentation for this class was generated from the following file: