diff options
Diffstat (limited to 'graphics/panomatic/files/patch-panomatic-TestCode.h')
-rw-r--r-- | graphics/panomatic/files/patch-panomatic-TestCode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/panomatic/files/patch-panomatic-TestCode.h b/graphics/panomatic/files/patch-panomatic-TestCode.h index f8ab02ef1ac4..58972e3647ec 100644 --- a/graphics/panomatic/files/patch-panomatic-TestCode.h +++ b/graphics/panomatic/files/patch-panomatic-TestCode.h @@ -2,8 +2,8 @@ +++ panomatic/TestCode.h 2008-04-26 20:21:56.000000000 +0200 @@ -29,7 +29,7 @@ { - public:
- static void drawRansacMatches(std::string& i1, std::string& i2,
+ public: + static void drawRansacMatches(std::string& i1, std::string& i2, - PointMatchVector_t& iOK, PointMatchVector_t& iNOK, Ransac& iRansac, bool iHalf); + PointMatchVector_t& iOK, PointMatchVector_t& iNOK, Ransac& iRansac, float iScale); |