Simple Point class meant to be inherited from OpenCV point-classes. For example: Point<CvPoint2D64f> p.  
 More...
#include <Util.h>
|  | 
|  | Point (int vx=0, int vy=0) | 
|  | 
|  | Point (double vx, double vy) | 
|  | 
|  | 
| D | val | 
|  | Additional value can be related to the point.  More... 
 | 
|  | 
template<class C, class D = int>
struct alvar::Point< C, D >
Simple Point class meant to be inherited from OpenCV point-classes. For example: Point<CvPoint2D64f> p. 
Definition at line 81 of file Util.h.
template<class C, class D = int> 
 
 
template<class C, class D = int> 
 
 
template<class C, class D = int> 
      
 
Additional value can be related to the point. 
Definition at line 86 of file Util.h.
 
 
The documentation for this struct was generated from the following file: