// BlackBorders includes #include <blackborder/BlackBorderDetector.h> using namespace hyperion; BlackBorderDetector::BlackBorderDetector(uint8_t blackborderThreshold) : _blackborderThreshold(blackborderThreshold) { // empty }