My Project
Public Member Functions | Public Attributes | List of all members
Point< C, D > Struct Template Reference

Simple Point class meant to be inherited from OpenCV point-classes. For example: Point<cv::Point2d> p. More...

#include <Util.h>

Inheritance diagram for Point< C, D >:

Public Member Functions

 Point (int vx=0, int vy=0)
 
 Point (double vx, double vy)
 

Public Attributes

val
 Additional value can be related to the point.
 

Detailed Description

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<cv::Point2d> p.

Definition at line 83 of file Util.h.


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