// BlackBorders includes #include using namespace hyperion; BlackBorderDetector::BlackBorderDetector(uint8_t blackborderThreshold) : _blackborderThreshold(blackborderThreshold) { // empty }