FOUND
Loading...
Searching...
No Matches
found::Component Struct Reference

Represents a connected component in an image. More...

#include <style.hpp>

Collaboration diagram for found::Component:

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)
 

Detailed Description

Represents a connected component in an image.

Note
This must be carried with the original image, as there's no such field in this struct

The documentation for this struct was generated from the following file: