Back to FabImage Studio website
You are here: Start » Filter Reference » OpenCV » Feature 2D Framework » cvDetectFeature2D_SimpleBlobDetector
Module: | OpenCV |
---|
Extracting blobs from an image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inMask | Region* | ||
![]() |
inFilterByArea | Bool | ||
![]() |
inFilterByCircularity | Bool | ||
![]() |
inFilterByColor | Bool | ||
![]() |
inFilterByConvexity | Bool | ||
![]() |
inFilterByInertia | Bool | ||
![]() |
inBlobColor | Integer | 0 - 255 | |
![]() |
inMaxArea | Real | ||
![]() |
inMaxCircularity | Real | ||
![]() |
inMaxConvexity | Real | ||
![]() |
inMaxInertiaRatio | Real | ||
![]() |
inMaxThreshold | Real | ||
![]() |
inMinArea | Real | ||
![]() |
inMinCircularity | Real | ||
![]() |
inMinConvexity | Real | ||
![]() |
inMinDistBetweenBlobs | Real | ||
![]() |
inMinInertiaRatio | Real | ||
![]() |
inMinRepeatability | Integer | ||
![]() |
inMinThreshold | Real | ||
![]() |
inThresholdStep | Real | ||
![]() |
outKeyPoints | AnnotatedPoint2DArray | Annotated x value mean class id and y mean angle |
Complexity Level
This filter is available on Basic Complexity Level.