diff options
Diffstat (limited to 'graphics/panomatic/files/patch-panomatic-TestCode.h')
-rw-r--r-- | graphics/panomatic/files/patch-panomatic-TestCode.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/panomatic/files/patch-panomatic-TestCode.h b/graphics/panomatic/files/patch-panomatic-TestCode.h new file mode 100644 index 000000000000..f8ab02ef1ac4 --- /dev/null +++ b/graphics/panomatic/files/patch-panomatic-TestCode.h @@ -0,0 +1,11 @@ +--- panomatic/TestCode.h.orig 2008-03-05 22:12:18.000000000 +0100 ++++ 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,
+- PointMatchVector_t& iOK, PointMatchVector_t& iNOK, Ransac& iRansac, bool iHalf); ++ PointMatchVector_t& iOK, PointMatchVector_t& iNOK, Ransac& iRansac, float iScale); + + + |