faster detection less false positive

Former-commit-id: 501de9bca4c20600fe1e6250e82143f0b0d6ade3
This commit is contained in:
wisc
2016-01-10 18:42:55 +01:00
parent ac86a779b0
commit 4bc11548b4
3 changed files with 8 additions and 64 deletions

View File

@@ -73,8 +73,6 @@ namespace hyperion
/// @return True if the current border changed else false
///
bool updateBorder(const BlackBorder & newDetectedBorder);
bool updateBorder1(const BlackBorder & newDetectedBorder);
bool updateBorder2(const BlackBorder & newDetectedBorder);
/// The number of unknown-borders detected before it becomes the current border
const unsigned _unknownSwitchCnt;