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.