OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cv::gapi::own::Point2f Class Reference

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

Collaboration diagram for cv::gapi::own::Point2f:

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

◆ Point2f() [1/2]

cv::gapi::own::Point2f::Point2f ( )
default

◆ Point2f() [2/2]

cv::gapi::own::Point2f::Point2f ( float  _x,
float  _y 
)
inline

Member Data Documentation

◆ x

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

◆ y

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

The documentation for this class was generated from the following file: