OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
cv::Subdiv2D::Vertex 结构体参考

#include <opencv2/imgproc.hpp>

cv::Subdiv2D::Vertex 的协作图

公共成员函数

 Vertex ()
 
 Vertex (Point2f pt, bool isvirtual, int firstEdge=0)
 
bool isfree () const
 
bool isvirtual () const
 

公共属性

int firstEdge
 
Point2f pt
 
int type
 

构造函数和析构函数文档

◆ Vertex() [1/2]

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

◆ Vertex() [2/2]

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

成员函数文档

◆ isfree()

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

◆ isvirtual()

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

成员数据文档

◆ firstEdge

int cv::Subdiv2D::Vertex::firstEdge

◆ pt

Point2f cv::Subdiv2D::Vertex::pt

◆ type

int cv::Subdiv2D::Vertex::type

此结构体的文档是从以下文件生成的