From 12650d0424141da59eb655ecbe459967f229638c Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Tue, 14 Aug 2012 16:39:49 +0200 Subject: removed jdownloader --- .../jd/captcha/methods/bstmvss/CPoints.xml | 44 --------------------- .../jd/captcha/methods/bstmvss/example.png | Bin 17272 -> 0 bytes .../jd/captcha/methods/bstmvss/jacinfo.xml | 4 -- .../jd/captcha/methods/bstmvss/script.jas | 41 ------------------- 4 files changed, 89 deletions(-) delete mode 100644 bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml delete mode 100644 bin/jdownloader/jd/captcha/methods/bstmvss/example.png delete mode 100644 bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml delete mode 100644 bin/jdownloader/jd/captcha/methods/bstmvss/script.jas (limited to 'bin/jdownloader/jd/captcha/methods/bstmvss') diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml b/bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml deleted file mode 100644 index fc245d2..0000000 --- a/bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - 16711680 - - - 3 - - - 1 - - - - - - - 3 - - - 1 - - - - - - - 13688545 - - - 3 - - - 300 - - - false - - - - - diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/example.png b/bin/jdownloader/jd/captcha/methods/bstmvss/example.png deleted file mode 100644 index 267d360..0000000 Binary files a/bin/jdownloader/jd/captcha/methods/bstmvss/example.png and /dev/null differ diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml b/bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml deleted file mode 100644 index 3931790..0000000 --- a/bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/script.jas b/bin/jdownloader/jd/captcha/methods/bstmvss/script.jas deleted file mode 100644 index db25ab3..0000000 --- a/bin/jdownloader/jd/captcha/methods/bstmvss/script.jas +++ /dev/null @@ -1,41 +0,0 @@ -#####-------------------------------------JAC-Script--------------------------------------##### -##### Automatisch erstellt mit EasyCaptcha ##### -##### ##### -##### ##### -#####################################---EasyCaptcha--###################################### - - -param.simplifyFaktor = 1; -param.trainOnlyUnknown=true; -param.colorType = RGB; - - -param.borderVarianceX=5; -param.borderVarianceY=5; -param.scanVarianceX=5; -param.scanVarianceY=5; - -param.intersectionDimensionWeight=6.0; - -param.scanAngleLeft=0; -param.scanAngleRight=0; -param.scanAngleSteps=0; - -param.errorAWeight=4; -param.errorBWeight=4; - -param.coverageFaktorAWeight=1; -param.coverageFaktorBWeight=0.2; - -param.LetterSearchLimitPerfectPercent=4; -param.quickScanReliabilityLimit=3.0; -param.quickScanValityLimit=6; -param.preScanFilter=60; -param.preScanFaktor=3; -param.preScanEmergencyFilter=80; -param.objectColorContrast = 0.3; -param.objectDetectionContrast = 0.5; -param.relativecontrast=0.85; -param.autoLetterNum=true; -param.useSpecialGetLetters=BstmVss.getLetters; -param.useLetterFilter=BstmVss.letterFilter; -- cgit v1.2.3-24-g4f1b