Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::cv::SimpleBlobSearcher::Blob Struct Reference

Internal blob-result type. More...

#include <SimpleBlobSearcher.h>

Public Member Functions

 Blob ()
 
 Blob (const ImageRegion *region, const core::Color &refColor, int refColorIndex)
 

Public Attributes

const ImageRegionregion
 corresponding regions (provides access to region features) More...
 
core::Color refColor
 corresponding reference color More...
 
int refColorIndex
 corresponding ref color index More...
 

Detailed Description

Internal blob-result type.

Constructor & Destructor Documentation

◆ Blob() [1/2]

icl::cv::SimpleBlobSearcher::Blob::Blob ( )
inline

◆ Blob() [2/2]

icl::cv::SimpleBlobSearcher::Blob::Blob ( const ImageRegion region,
const core::Color refColor,
int  refColorIndex 
)

Member Data Documentation

◆ refColor

core::Color icl::cv::SimpleBlobSearcher::Blob::refColor

corresponding reference color

◆ refColorIndex

int icl::cv::SimpleBlobSearcher::Blob::refColorIndex

corresponding ref color index

◆ region

const ImageRegion* icl::cv::SimpleBlobSearcher::Blob::region

corresponding regions (provides access to region features)


The documentation for this struct was generated from the following file: