|
|
@ -30,6 +30,8 @@ class ErodePerfTest : public TestPerfParams<tuple<compare_f, MatType,i |
|
|
|
class Erode3x3PerfTest : public TestPerfParams<tuple<compare_f, MatType,cv::Size,int, cv::GCompileArgs>> {}; |
|
|
|
class Erode3x3PerfTest : public TestPerfParams<tuple<compare_f, MatType,cv::Size,int, cv::GCompileArgs>> {}; |
|
|
|
class DilatePerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int, cv::GCompileArgs>> {}; |
|
|
|
class DilatePerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int, cv::GCompileArgs>> {}; |
|
|
|
class Dilate3x3PerfTest : public TestPerfParams<tuple<compare_f, MatType,cv::Size,int, cv::GCompileArgs>> {}; |
|
|
|
class Dilate3x3PerfTest : public TestPerfParams<tuple<compare_f, MatType,cv::Size,int, cv::GCompileArgs>> {}; |
|
|
|
|
|
|
|
class MorphologyExPerfTest : public TestPerfParams<tuple<compare_f,MatType,cv::Size, |
|
|
|
|
|
|
|
cv::MorphTypes,cv::GCompileArgs>> {}; |
|
|
|
class SobelPerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int,int,int, cv::GCompileArgs>> {}; |
|
|
|
class SobelPerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int,int,int, cv::GCompileArgs>> {}; |
|
|
|
class SobelXYPerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int,int, cv::GCompileArgs>> {}; |
|
|
|
class SobelXYPerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int,int, cv::GCompileArgs>> {}; |
|
|
|
class LaplacianPerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int, |
|
|
|
class LaplacianPerfTest : public TestPerfParams<tuple<compare_f, MatType,int,cv::Size,int, |
|
|
|