ImFusion C++ SDK 4.5.0
ImFusion::BlobDetector::Blob Struct Reference

#include <ImFusion/Vision/BlobDetector.h>

Result of blob detection for a single stable region. More...

Detailed Description

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.

The documentation for this struct was generated from the following file:
  • ImFusion/Vision/BlobDetector.h
Search Tab / S to search, Esc to close