opnsense-ports/graphics/panomatic/files/patch-panomatic-TestCode.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
408 B
C++

--- 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);