Skip to content

Commit ad8f000

Browse files
committed
typo
1 parent 22f0ea0 commit ad8f000

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modules/ximgproc/test/test_edgeboxes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace opencv_test { namespace {
77

8-
TEST(ximpgroc_Edgeboxes, regression)
8+
TEST(ximgproc_Edgeboxes, regression)
99
{
1010
//Testing Edgeboxes implementation by asking for one proposal
1111
//on a simple test image from the PASCAL VOC 2012 dataset.

modules/ximgproc/test/test_structured_edge_detection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace opencv_test { namespace {
77

8-
TEST(ximpgroc_StructuredEdgeDetection, regression)
8+
TEST(ximgproc_StructuredEdgeDetection, regression)
99
{
1010
cv::String subfolder = "cv/ximgproc/";
1111
cv::String dir = cvtest::TS::ptr()->get_data_path() + subfolder;

modules/ximgproc/test/test_thinning.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static int createTestImage(Mat& src)
1818
return src_pixels;
1919
}
2020

21-
TEST(ximpgroc_Thinning, simple_ZHANGSUEN)
21+
TEST(ximgproc_Thinning, simple_ZHANGSUEN)
2222
{
2323
Mat src;
2424
int src_pixels = createTestImage(src);
@@ -33,7 +33,7 @@ TEST(ximpgroc_Thinning, simple_ZHANGSUEN)
3333
#endif
3434
}
3535

36-
TEST(ximpgroc_Thinning, simple_GUOHALL)
36+
TEST(ximgproc_Thinning, simple_GUOHALL)
3737
{
3838
Mat src;
3939
int src_pixels = createTestImage(src);

modules/ximgproc/tutorials/training.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Training pipeline
103103

104104
-# The final step is converting trained model from Matlab binary format to YAML which you can use
105105
with our ocv::StructuredEdgeDetection. For this purpose run
106-
opencv_contrib/ximpgroc/tutorials/scripts/modelConvert(model, "model.yml")
106+
opencv_contrib/ximgproc/tutorials/scripts/modelConvert(model, "model.yml")
107107

108108
How to use your model
109109
---------------------

0 commit comments

Comments
 (0)