Minor changes
authoralexey.spizhevoy <alexey.spizhevoy@itseez.com>
Mon, 6 Aug 2012 07:46:40 +0000 (11:46 +0400)
committerAlexey Spizhevoy <alexey.spizhevoy@itseez.com>
Tue, 7 Aug 2012 12:24:21 +0000 (16:24 +0400)
modules/stitching/src/seam_finders.cpp

index cf733c9..ad5edee 100644 (file)
@@ -659,7 +659,7 @@ namespace
 {\r
 \r
 template <typename T>\r
-inline float diffL2Square(const Mat &image1, int y1, int x1, const Mat &image2, int y2, int x2)\r
+float diffL2Square(const Mat &image1, int y1, int x1, const Mat &image2, int y2, int x2)\r
 {\r
     const T *r1 = image1.ptr<T>(y1);\r
     const T *r2 = image2.ptr<T>(y2);\r