hyperion.ng/libsrc/hyperion/BlackBorderDetector.cpp

12 lines
230 B
C++
Raw Normal View History

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