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