|
MorphologicalAttributeFilters
Public API documentation
|
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. | |
One unpacked boundary edge attached to a support pixel.
Definition at line 41 of file ContourTraceComputation.hpp.
| PixelId mmcfilters::ContourTraceEdge::pixel = InvalidPixel |
Row-major support-pixel index incident to the boundary edge.
Definition at line 43 of file ContourTraceComputation.hpp.
| ContourTraceSide mmcfilters::ContourTraceEdge::side = ContourTraceSide::North |
Side of the support pixel occupied by the boundary edge.
Definition at line 45 of file ContourTraceComputation.hpp.