|
mmcfilters
Public API documentation
|
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. | |
One contour edge represented by its support pixel and side.
Definition at line 33 of file ContourTrace.hpp.
| PixelId mmcfilters::ContourEdge::pixel = InvalidPixel |
Row-major support-pixel index incident to the boundary edge.
Definition at line 35 of file ContourTrace.hpp.
| ContourSide mmcfilters::ContourEdge::side = ContourSide::North |
Side of the support pixel occupied by the boundary edge.
Definition at line 37 of file ContourTrace.hpp.