Former-commit-id: 39cb3f76379990085407791ec391732c986790e6
This commit is contained in:
wisc
2016-01-10 14:55:23 +01:00
parent 544ae68429
commit ac86a779b0
2 changed files with 1 additions and 91 deletions

View File

@@ -89,18 +89,14 @@ namespace hyperion
BlackBorderDetector _detector;
/// The current detected border
BlackBorder _currentBorder1;
BlackBorder _currentBorder;
/// The border detected in the previous frame
BlackBorder _previousDetectedBorder1;
BlackBorder _previousDetectedBorder;
/// The number of frame the previous detected border matched the incomming border
unsigned _consistentCnt1;
unsigned _consistentCnt;
/// The number of frame the previous detected border NOT matched the incomming border
unsigned _inconsistentCnt1;
unsigned _inconsistentCnt;
};
} // end namespace hyperion