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

Represents a 2D edge in an image. More...

#include <style.hpp>

Collaboration diagram for found::Edge:

Public Attributes

Points points
 The edge points.
 
Vec2 upperLeft
 The lowest point (left upper edge)
 
Vec2 lowerRight
 The highest point (right lower edge)
 

Detailed Description

Represents a 2D edge 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::Edge::lowerRight

The highest point (right lower edge)

◆ points

Points found::Edge::points

The edge points.

◆ upperLeft

Vec2 found::Edge::upperLeft

The lowest point (left upper edge)


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