8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_MORPHOLOGY_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_MORPHOLOGY_H
38 static bool test(
const double testDuration);
This class tests morphology functions of OpenCV.
Definition: TestMorphology.h:30
static bool testFrameFilterDilation3x3(const double testDuration)
Tests the dilation filter function with a 3x3 filter kernel.
static bool test(const double testDuration)
Invokes all morphology tests.
static bool testFrameFilterClose5x5(const double testDuration)
Tests the close filter function with a 5x5 filter kernel.
static bool testFrameFilterClose3x3(const double testDuration)
Tests the close filter function with a 3x3 filter kernel.
static bool testFrameFilterErosion3x3(const double testDuration)
Tests the erosion filter function with a 3x3 filter kernel.
static bool testFrameFilterErosion5x5(const double testDuration)
Tests the erosion filter function with a 3x3 filter kernel.
static bool testFrameFilterOpen3x3(const double testDuration)
Tests the open filter function with a 3x3 filter kernel.
static bool testFrameFilterOpen5x5(const double testDuration)
Tests the open filter function with a 5x5 filter kernel.
static bool testFrameFilterDilation5x5(const double testDuration)
Tests the dilation filter function with a 5x5 filter kernel.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15