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 (型別)

此結構體的文件由以下檔案生成