![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/Vision/BlobDetector.h>
Result of blob detection for a single stable region. More...
Result of blob detection for a single stable region.
Public Attributes | |
| vec2 | location |
| Sub-pixel center in image coordinates (pixels). | |
| double | size |
| Estimated blob diameter in pixels. | |
| double | confidence |
| Detection confidence after multi-threshold merging. | |
| std::vector< vec2 > | contour |
| Contour polygon from the strongest observation. | |