Robust Local Optical Flow Libary Documentation
V 1.2
|
Wrapper cv::Point2f. More...
#include <D:/workspace/FIONA/Arbeit_Senst/publicProjects/RLOF_Windows/include/OpticalFlow/cvwrapper.hpp>
Public Member Functions | |
CRPoint () | |
Default constructor. | |
CRPoint (const float _x, const float _y) | |
Public Attributes | |
float | x |
float | y |
Wrapper cv::Point2f.
Wrapper class to substitute the cv::Point2f class.
Definition at line 87 of file cvwrapper.hpp.
|
inline |
Constructor with initialisations.
_x | Value of the x position |
_y | Value of the y position |
Definition at line 99 of file cvwrapper.hpp.
float CRPoint::x |
x position:
Definition at line 103 of file cvwrapper.hpp.
float CRPoint::y |
y position:
Definition at line 104 of file cvwrapper.hpp.