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

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
 
ImageRegionDataparent
 parent region More...
 

Detailed Description

structure for representing region-graph information

Constructor & Destructor Documentation

◆ RegionGraphInfo()

icl::cv::ImageRegionData::RegionGraphInfo::RegionGraphInfo ( )
inline

Constructor.

Member Data Documentation

◆ children

std::vector<ImageRegionData*> icl::cv::ImageRegionData::RegionGraphInfo::children

◆ isBorder

bool icl::cv::ImageRegionData::RegionGraphInfo::isBorder

is the region connected to the border

◆ neighbours

std::set<ImageRegionData*> icl::cv::ImageRegionData::RegionGraphInfo::neighbours

◆ parent

ImageRegionData* icl::cv::ImageRegionData::RegionGraphInfo::parent

parent region


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