OpenCV
4.0.0
Open Source Computer Vision
|
#include "imgproc.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 |
cv::Subdiv2D::Vertex::Vertex | ( | ) |
cv::Subdiv2D::Vertex::Vertex | ( | Point2f | pt, |
bool | _isvirtual, | ||
int | _firstEdge = 0 |
||
) |
bool cv::Subdiv2D::Vertex::isfree | ( | ) | const |
bool cv::Subdiv2D::Vertex::isvirtual | ( | ) | const |
int cv::Subdiv2D::Vertex::firstEdge |
Point2f cv::Subdiv2D::Vertex::pt |
int cv::Subdiv2D::Vertex::type |