struct cv::Subdiv2D::Vertex
#include <imgproc.hpp>
struct Vertex
{
// fields
int firstEdge;
Point2f pt;
int type;
// construction
Vertex();
Vertex(
Point2f pt,
bool _isvirtual,
int _firstEdge = 0
);
// methods
bool
isfree() const;
bool
isvirtual() const;
};