FOUND
|
Represents a connected component in an image. More...
#include <style.hpp>
Public Attributes | |
std::unordered_set< uint64_t > | points |
The points in this component. | |
Vec2 | upperLeft |
The lowest point (left upper edge) | |
Vec2 | lowerRight |
The highest point (right lower edge) | |
Represents a connected component in an image.
Vec2 found::Component::lowerRight |
The highest point (right lower edge)
std::unordered_set<uint64_t> found::Component::points |
The points in this component.
Vec2 found::Component::upperLeft |
The lowest point (left upper edge)