MorphologicalAttributeFilters
Public API documentation
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
mmcfilters::ContourTraceEdge Struct Reference

One unpacked boundary edge attached to a support pixel. More...

#include <ContourTraceComputation.hpp>

Public Attributes

PixelId pixel = InvalidPixel
 Row-major support-pixel index incident to the boundary edge.
 
ContourTraceSide side = ContourTraceSide::North
 Side of the support pixel occupied by the boundary edge.
 

Friends

bool operator== (const ContourTraceEdge &, const ContourTraceEdge &)=default
 Compares the support pixel and side.
 

Detailed Description

One unpacked boundary edge attached to a support pixel.

Definition at line 41 of file ContourTraceComputation.hpp.

Member Data Documentation

◆ pixel

PixelId mmcfilters::ContourTraceEdge::pixel = InvalidPixel

Row-major support-pixel index incident to the boundary edge.

Definition at line 43 of file ContourTraceComputation.hpp.

◆ side

ContourTraceSide mmcfilters::ContourTraceEdge::side = ContourTraceSide::North

Side of the support pixel occupied by the boundary edge.

Definition at line 45 of file ContourTraceComputation.hpp.


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