OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::Subdiv2D::Vertex Struct Reference

#include <opencv2/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

Constructor & Destructor Documentation

◆ Vertex() [1/2]

cv::Subdiv2D::Vertex::Vertex ( )

◆ Vertex() [2/2]

cv::Subdiv2D::Vertex::Vertex ( Point2f pt,
bool isvirtual,
int firstEdge = 0 )

Member Function Documentation

◆ isfree()

bool cv::Subdiv2D::Vertex::isfree ( ) const

◆ isvirtual()

bool cv::Subdiv2D::Vertex::isvirtual ( ) const

Member Data Documentation

◆ firstEdge

int cv::Subdiv2D::Vertex::firstEdge

◆ pt

Point2f cv::Subdiv2D::Vertex::pt

◆ type

int cv::Subdiv2D::Vertex::type

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