OpenCV  3.2.0-dev
Open Source Computer Vision
CvPoint2D32f Struct Reference

#include "types_c.h"

Collaboration diagram for CvPoint2D32f:

Public Member Functions

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

Public Attributes

float x
 
float y
 

Constructor & Destructor Documentation

CvPoint2D32f::CvPoint2D32f ( float  _x = 0,
float  _y = 0 
)
inline
template<typename _Tp >
CvPoint2D32f::CvPoint2D32f ( const cv::Point_< _Tp > &  pt)
inline

Member Function Documentation

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

References cv::saturate_cast().

Here is the call graph for this function:

Member Data Documentation

float CvPoint2D32f::x

Referenced by cvPoint2D32f(), and cvPointFrom32f().

float CvPoint2D32f::y

Referenced by cvPoint2D32f(), and cvPointFrom32f().


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