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

One contour edge represented by its support pixel and side. More...

#include <ContourTrace.hpp>

Public Attributes

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

Friends

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

Detailed Description

One contour edge represented by its support pixel and side.

Definition at line 33 of file ContourTrace.hpp.

Member Data Documentation

◆ pixel

PixelId mmcfilters::ContourEdge::pixel = InvalidPixel

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

Definition at line 35 of file ContourTrace.hpp.

◆ side

ContourSide mmcfilters::ContourEdge::side = ContourSide::North

Side of the support pixel occupied by the boundary edge.

Definition at line 37 of file ContourTrace.hpp.


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