78 Blob():region(0),refColorIndex(-1){}
100 const utils::Range32s &sizeRange);
104 float thresh,
const utils::Range32s &sizeRange);
107 void remove(
int index);
113 const std::vector<Blob> &detect(
const core::Img8u &image);
int refColorIndex
corresponding ref color index
Definition: SimpleBlobSearcher.h:88
Data * m_data
internal data pointer
Definition: SimpleBlobSearcher.h:117
undocument this line if you encounter any issues!
Definition: Any.h:37
Class interface for un-copyable classes.
Definition: Uncopyable.h:64
const ImageRegion * region
corresponding regions (provides access to region features)
Definition: SimpleBlobSearcher.h:82
core::Color refColor
corresponding reference color
Definition: SimpleBlobSearcher.h:85
Blob()
Definition: SimpleBlobSearcher.h:78
#define ICLCV_API
Definition: CompatMacros.h:177
Utility class for region-based colored blob detection.
Definition: SimpleBlobSearcher.h:73
Internal blob-result type.
Definition: SimpleBlobSearcher.h:77
ImageRegion Structure providing region feature information.
Definition: ImageRegion.h:99
ICLQt_API ImgQ thresh(const ImgQ &image, float threshold)
performs an image binarisation for each channel with given threshold
ICLQt_API void color(float r, float g=-1, float b=-1, float alpha=255)
sets the current color to given r,g,b,alpha value