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

Member Data Documentation

◆ lowerRight

Vec2 found::Component::lowerRight

The highest point (right lower edge)

◆ points

std::unordered_set<uint64_t> found::Component::points

The points in this component.

◆ upperLeft

Vec2 found::Component::upperLeft

The lowest point (left upper edge)


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