25 namespace TestDetector
45 static bool test(
const double testDuration,
Worker& worker);
This class implements a detector for finder patterns which are part of QR Codes.
Definition: FinderPatternDetector.h:205
This class implements Ocean's image class.
Definition: Frame.h:1792
This class implements a test for the QR code detector.
Definition: TestFinderPatternDetector.h:36
static bool test(const double testDuration, Worker &worker)
Invokes all test for the QR code detector.
static bool testDetectFinderPatternSyntheticData(const unsigned int filterSize, const double testDuration, Worker &worker)
Tests the detection of finder patterns in row (horizontal detection)
static void paintFinderPattern(Frame &yFrame, const Vector2 &location, const Scalar &length, const Scalar &rotation, const uint8_t foregroundColor, const uint8_t backgroundColor, Worker *worker=nullptr)
Paint a finder pattern into a grayscale image.
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
float Scalar
Definition of a scalar type.
Definition: Math.h:128
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15