Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::cv::SimpleBlobSearcher::Blob Struct Reference

Internal blob-result type. More...

#include <SimpleBlobSearcher.h>

List of all members.

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)
core::Color refColor
 corresponding reference color
int refColorIndex
 corresponding ref color index

Detailed Description

Internal blob-result type.


Constructor & Destructor Documentation

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

Member Data Documentation

corresponding reference color

corresponding ref color index

corresponding regions (provides access to region features)


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines