OpenCV  3.4.6
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members

#include <opencv2/core/types_c.h>

Public Member Functions

 CvPoint (int _x=0, int _y=0)
 
template<typename _Tp >
 CvPoint (const cv::Point_< _Tp > &pt)
 
template<typename _Tp >
 operator cv::Point_< _Tp > () const
 

Public Attributes

int x
 
int y
 

Constructor & Destructor Documentation

§ CvPoint() [1/2]

CvPoint::CvPoint ( int  _x = 0,
int  _y = 0 
)
inline

§ CvPoint() [2/2]

template<typename _Tp >
CvPoint::CvPoint ( const cv::Point_< _Tp > &  pt)
inline

Member Function Documentation

§ operator cv::Point_< _Tp >()

template<typename _Tp >
CvPoint::operator cv::Point_< _Tp > ( ) const
inline

Member Data Documentation

§ x

int CvPoint::x

§ y

int CvPoint::y

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