8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_POINT_TRACKING_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_POINT_TRACKING_H
13 #include <opencv2/core.hpp>
This class tests the performance of the different patch tracking functions in OpenCV.
Definition: testopencv/TestPointTracking.h:33
static bool testSparseOpticalFlow(const cv::Mat &frame, int window, const double testDuration)
Test sparse optical flow in OpenCV with provided image.
static bool testPointTracking(const double testDuration)
Test patch tracking in OpenCV with random image.
static bool testTemplateMatching(const cv::Mat &frame)
Test template matching in OpenCV with provided image.
static bool testPointTracking(const cv::Mat &frame, const double testDuration)
Test patch tracking in OpenCV with provided image.
static bool testSparseOpticalFlow(int width, int height, int window, const double testDuration)
Test sparse optical flow in OpenCV with random image.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15