Commit 85d1c463 authored by alexey.spizhevoy's avatar alexey.spizhevoy Committed by Alexey Spizhevoy

Minor changes

parent 897c2bbd
......@@ -659,7 +659,7 @@ namespace
{
template <typename T>
inline float diffL2Square(const Mat &image1, int y1, int x1, const Mat &image2, int y2, int x2)
float diffL2Square(const Mat &image1, int y1, int x1, const Mat &image2, int y2, int x2)
{
const T *r1 = image1.ptr<T>(y1);
const T *r2 = image2.ptr<T>(y2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment