OpenCV 4.12.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 (类型)

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