FOUND
|
Represents a 2D edge in an image. More...
#include <style.hpp>
Public Attributes | |
Points | points |
The edge points. | |
Vec2 | upperLeft |
The lowest point (left upper edge) | |
Vec2 | lowerRight |
The highest point (right lower edge) | |
Represents a 2D edge in an image.
Vec2 found::Edge::lowerRight |
The highest point (right lower edge)
Points found::Edge::points |
The edge points.
Vec2 found::Edge::upperLeft |
The lowest point (left upper edge)