OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
没有匹配项
公共成员函数 | 公共属性 | 所有成员列表
cv::gapi::own::Point2f 类参考

#include <opencv2/gapi/own/types.hpp>

cv::gapi::own::Point2f 的协作图

公共成员函数

 Point2f ()=default
 
 Point2f (float _x, float _y)
 

公共属性

float x = 0.f
 
float y = 0.f
 

构造函数和析构函数文档

◆ Point2f() [1/2]

cv::gapi::own::Point2f::Point2f ( )
默认

◆ Point2f() [2/2]

cv::gapi::own::Point2f::Point2f ( float  _x,
float  _y 
)
内联

成员数据文档

◆ x

float cv::gapi::own::Point2f::x = 0.f

◆ y

float cv::gapi::own::Point2f::y = 0.f

此类的文档从以下文件生成