Image Component Library (ICL)
|
structure for representing region-graph information More...
Public Member Functions | |
RegionGraphInfo () | |
Constructor. More... | |
Public Attributes | |
bool | isBorder |
is the region connected to the border More... | |
std::set< ImageRegionData * > | neighbours |
std::vector< ImageRegionData * > | children |
ImageRegionData * | parent |
parent region More... | |
structure for representing region-graph information
|
inline |
Constructor.
std::vector<ImageRegionData*> icl::cv::ImageRegionData::RegionGraphInfo::children |
bool icl::cv::ImageRegionData::RegionGraphInfo::isBorder |
is the region connected to the border
std::set<ImageRegionData*> icl::cv::ImageRegionData::RegionGraphInfo::neighbours |
ImageRegionData* icl::cv::ImageRegionData::RegionGraphInfo::parent |
parent region