OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::gapi::own::Point3f 类参考

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

cv::gapi::own::Point3f 协作图

公有成员函数

 Point3f ()=default
 
 Point3f (float _x, float _y, float _z)
 

公有属性

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

构造函数和析构函数文档

◆ Point3f() [1/2]

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

◆ Point3f() [2/2]

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

成员数据文档

◆ x

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

◆ y

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

◆ z

float cv::gapi::own::Point3f::z = 0.f

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