![]() |
OpenCV 4.12.0
開源計算機視覺
|
#include <opencv2/imgproc.hpp>
公共成員函式 | |
| Vertex(頂點) () | |
| Vertex (Point2f pt, bool isvirtual, int firstEdge=0) | |
| bool | isfree () const |
| bool | isvirtual () const |
公共屬性 | |
| int | firstEdge (第一個邊) |
| Point2f | pt |
| int | type |
| cv::Subdiv2D::Vertex::Vertex | ( | ) |
| cv::Subdiv2D::Vertex::Vertex | ( | Point2f | pt, |
| bool | isvirtual (是否虛擬), | ||
| int | firstEdge = 0 ) |
| bool cv::Subdiv2D::Vertex::isfree (是否空閒) | ( | ) | const |
| bool cv::Subdiv2D::Vertex::isvirtual (是否虛擬) | ( | ) | const |
| int cv::Subdiv2D::Vertex::firstEdge (第一個邊) |
| Point2f cv::Subdiv2D::Vertex::pt (點) |
| int cv::Subdiv2D::Vertex::type (型別) |