Geometry.h
Go to the documentation of this file.
00001 
00024 #ifndef __D_CV_GEOMETRY__
00025 #define __D_CV_GEOMETRY__
00026 
00027 #include <opencv/cv.h>
00028 
00029 namespace DUtilsCV
00030 {
00031 
00032 class Geometry
00033 {
00034 public:
00035 
00042         static double sqDistance(const cv::Mat &a, const cv::Mat &b);
00043 
00044 };
00045 
00046 }
00047 
00048 #endif
00049 


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:31:16