40 struct ImageRegionData;
41 struct ImageRegionPart;
63 inline void init(
int x,
int y,
int xend,
int val){
void reset()
reset function (sets payload to NULL)
Definition: WorkingLineSegment.h:71
int val
image value
Definition: WorkingLineSegment.h:49
undocument this line if you encounter any issues!
Definition: Any.h:37
std::ostream & operator<<(std::ostream &s, const LineSegment &l)
ostream operator for the line-segment type
Definition: LineSegment.h:63
void init(int x, int y, int xend, int val)
intialization function
Definition: WorkingLineSegment.h:63
void * anyData
Definition: WorkingLineSegment.h:53
line segment class (e.g. used for run-length coding)
Definition: LineSegment.h:45
#define ICLCV_API
Definition: CompatMacros.h:177
std::string str(const T &t)
convert a data type into a string using an std::ostringstream instance
Definition: StringUtils.h:136
The working line segment class extends the LineSegment class by some working parameters.
Definition: WorkingLineSegment.h:47
Utility class for shallow copied data of image region class.
Definition: ImageRegionData.h:50
ImageRegionPart * reg
Definition: WorkingLineSegment.h:54
int regID
Definition: WorkingLineSegment.h:56
ImageRegionData * ird
Definition: WorkingLineSegment.h:55
The ImageRegionPart represents a intermediate region part for the connected component analysis.
Definition: ImageRegionPart.h:42
WorkingLineSegment()
Constructor.
Definition: WorkingLineSegment.h:60