![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
#include <opencv2/geometry/2d.hpp>
Public Member Functions | |
| Vertex () | |
| Vertex (Point2f pt, bool isvirtual, int firstEdge=0) | |
| bool | isfree () const |
| bool | isvirtual () const |
Public Attributes | |
| int | firstEdge |
| Point2f | pt |
| int | type |