#include <Geometry.h>
Static Public Member Functions | |
| static double | sqDistance (const cv::Mat &a, const cv::Mat &b) |
Definition at line 32 of file Geometry.h.
| double Geometry::sqDistance | ( | const cv::Mat & | a, |
| const cv::Mat & | b | ||
| ) | [static] |
Calculates the squared Euclidean distance between two OpenCV vectors
| a | row/col vector of N components |
| b | row/col vector of N components |
Definition at line 32 of file Geometry.cpp.