OpenCV  4.10.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

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