diff --git a/modules/ximpgroc/CMakeLists.txt b/modules/ximgproc/CMakeLists.txt similarity index 100% rename from modules/ximpgroc/CMakeLists.txt rename to modules/ximgproc/CMakeLists.txt diff --git a/modules/ximpgroc/doc/ximpgroc.rst b/modules/ximgproc/doc/ximpgroc.rst similarity index 100% rename from modules/ximpgroc/doc/ximpgroc.rst rename to modules/ximgproc/doc/ximpgroc.rst diff --git a/modules/ximpgroc/doc/ximpgroc/structured_edge_detection.rst b/modules/ximgproc/doc/ximpgroc/structured_edge_detection.rst similarity index 100% rename from modules/ximpgroc/doc/ximpgroc/structured_edge_detection.rst rename to modules/ximgproc/doc/ximpgroc/structured_edge_detection.rst diff --git a/modules/ximpgroc/include/opencv2/ximpgroc.hpp b/modules/ximgproc/include/opencv2/ximpgroc.hpp similarity index 100% rename from modules/ximpgroc/include/opencv2/ximpgroc.hpp rename to modules/ximgproc/include/opencv2/ximpgroc.hpp diff --git a/modules/ximpgroc/include/opencv2/ximpgroc/structured_edge_detection.hpp b/modules/ximgproc/include/opencv2/ximpgroc/structured_edge_detection.hpp similarity index 100% rename from modules/ximpgroc/include/opencv2/ximpgroc/structured_edge_detection.hpp rename to modules/ximgproc/include/opencv2/ximpgroc/structured_edge_detection.hpp diff --git a/modules/ximpgroc/samples/structured_edge_detection.cpp b/modules/ximgproc/samples/structured_edge_detection.cpp similarity index 100% rename from modules/ximpgroc/samples/structured_edge_detection.cpp rename to modules/ximgproc/samples/structured_edge_detection.cpp diff --git a/modules/ximpgroc/src/advanced_types.hpp b/modules/ximgproc/src/advanced_types.hpp similarity index 100% rename from modules/ximpgroc/src/advanced_types.hpp rename to modules/ximgproc/src/advanced_types.hpp diff --git a/modules/ximpgroc/src/structured_edge_detection.cpp b/modules/ximgproc/src/structured_edge_detection.cpp similarity index 100% rename from modules/ximpgroc/src/structured_edge_detection.cpp rename to modules/ximgproc/src/structured_edge_detection.cpp diff --git a/modules/ximpgroc/test/structured_edge_detection.cpp b/modules/ximgproc/test/structured_edge_detection.cpp similarity index 100% rename from modules/ximpgroc/test/structured_edge_detection.cpp rename to modules/ximgproc/test/structured_edge_detection.cpp diff --git a/modules/ximpgroc/test/test_main.cpp b/modules/ximgproc/test/test_main.cpp similarity index 100% rename from modules/ximpgroc/test/test_main.cpp rename to modules/ximgproc/test/test_main.cpp diff --git a/modules/ximpgroc/test/test_precomp.hpp b/modules/ximgproc/test/test_precomp.hpp similarity index 100% rename from modules/ximpgroc/test/test_precomp.hpp rename to modules/ximgproc/test/test_precomp.hpp diff --git a/modules/ximpgroc/testdata/model.yml.gz b/modules/ximgproc/testdata/model.yml.gz similarity index 100% rename from modules/ximpgroc/testdata/model.yml.gz rename to modules/ximgproc/testdata/model.yml.gz diff --git a/modules/ximpgroc/testdata/results/01.png b/modules/ximgproc/testdata/results/01.png similarity index 100% rename from modules/ximpgroc/testdata/results/01.png rename to modules/ximgproc/testdata/results/01.png diff --git a/modules/ximpgroc/testdata/results/02.png b/modules/ximgproc/testdata/results/02.png similarity index 100% rename from modules/ximpgroc/testdata/results/02.png rename to modules/ximgproc/testdata/results/02.png diff --git a/modules/ximpgroc/testdata/results/03.png b/modules/ximgproc/testdata/results/03.png similarity index 100% rename from modules/ximpgroc/testdata/results/03.png rename to modules/ximgproc/testdata/results/03.png diff --git a/modules/ximpgroc/testdata/results/04.png b/modules/ximgproc/testdata/results/04.png similarity index 100% rename from modules/ximpgroc/testdata/results/04.png rename to modules/ximgproc/testdata/results/04.png diff --git a/modules/ximpgroc/testdata/results/05.png b/modules/ximgproc/testdata/results/05.png similarity index 100% rename from modules/ximpgroc/testdata/results/05.png rename to modules/ximgproc/testdata/results/05.png diff --git a/modules/ximpgroc/testdata/results/06.png b/modules/ximgproc/testdata/results/06.png similarity index 100% rename from modules/ximpgroc/testdata/results/06.png rename to modules/ximgproc/testdata/results/06.png diff --git a/modules/ximpgroc/testdata/results/07.png b/modules/ximgproc/testdata/results/07.png similarity index 100% rename from modules/ximpgroc/testdata/results/07.png rename to modules/ximgproc/testdata/results/07.png diff --git a/modules/ximpgroc/testdata/results/08.png b/modules/ximgproc/testdata/results/08.png similarity index 100% rename from modules/ximpgroc/testdata/results/08.png rename to modules/ximgproc/testdata/results/08.png diff --git a/modules/ximpgroc/testdata/results/09.png b/modules/ximgproc/testdata/results/09.png similarity index 100% rename from modules/ximpgroc/testdata/results/09.png rename to modules/ximgproc/testdata/results/09.png diff --git a/modules/ximpgroc/testdata/results/10.png b/modules/ximgproc/testdata/results/10.png similarity index 100% rename from modules/ximpgroc/testdata/results/10.png rename to modules/ximgproc/testdata/results/10.png diff --git a/modules/ximpgroc/testdata/results/11.png b/modules/ximgproc/testdata/results/11.png similarity index 100% rename from modules/ximpgroc/testdata/results/11.png rename to modules/ximgproc/testdata/results/11.png diff --git a/modules/ximpgroc/testdata/results/12.png b/modules/ximgproc/testdata/results/12.png similarity index 100% rename from modules/ximpgroc/testdata/results/12.png rename to modules/ximgproc/testdata/results/12.png diff --git a/modules/ximpgroc/testdata/sources/01.png b/modules/ximgproc/testdata/sources/01.png similarity index 100% rename from modules/ximpgroc/testdata/sources/01.png rename to modules/ximgproc/testdata/sources/01.png diff --git a/modules/ximpgroc/testdata/sources/02.png b/modules/ximgproc/testdata/sources/02.png similarity index 100% rename from modules/ximpgroc/testdata/sources/02.png rename to modules/ximgproc/testdata/sources/02.png diff --git a/modules/ximpgroc/testdata/sources/03.png b/modules/ximgproc/testdata/sources/03.png similarity index 100% rename from modules/ximpgroc/testdata/sources/03.png rename to modules/ximgproc/testdata/sources/03.png diff --git a/modules/ximpgroc/testdata/sources/04.png b/modules/ximgproc/testdata/sources/04.png similarity index 100% rename from modules/ximpgroc/testdata/sources/04.png rename to modules/ximgproc/testdata/sources/04.png diff --git a/modules/ximpgroc/testdata/sources/05.png b/modules/ximgproc/testdata/sources/05.png similarity index 100% rename from modules/ximpgroc/testdata/sources/05.png rename to modules/ximgproc/testdata/sources/05.png diff --git a/modules/ximpgroc/testdata/sources/06.png b/modules/ximgproc/testdata/sources/06.png similarity index 100% rename from modules/ximpgroc/testdata/sources/06.png rename to modules/ximgproc/testdata/sources/06.png diff --git a/modules/ximpgroc/testdata/sources/07.png b/modules/ximgproc/testdata/sources/07.png similarity index 100% rename from modules/ximpgroc/testdata/sources/07.png rename to modules/ximgproc/testdata/sources/07.png diff --git a/modules/ximpgroc/testdata/sources/08.png b/modules/ximgproc/testdata/sources/08.png similarity index 100% rename from modules/ximpgroc/testdata/sources/08.png rename to modules/ximgproc/testdata/sources/08.png diff --git a/modules/ximpgroc/testdata/sources/09.png b/modules/ximgproc/testdata/sources/09.png similarity index 100% rename from modules/ximpgroc/testdata/sources/09.png rename to modules/ximgproc/testdata/sources/09.png diff --git a/modules/ximpgroc/testdata/sources/10.png b/modules/ximgproc/testdata/sources/10.png similarity index 100% rename from modules/ximpgroc/testdata/sources/10.png rename to modules/ximgproc/testdata/sources/10.png diff --git a/modules/ximpgroc/testdata/sources/11.png b/modules/ximgproc/testdata/sources/11.png similarity index 100% rename from modules/ximpgroc/testdata/sources/11.png rename to modules/ximgproc/testdata/sources/11.png diff --git a/modules/ximpgroc/testdata/sources/12.png b/modules/ximgproc/testdata/sources/12.png similarity index 100% rename from modules/ximpgroc/testdata/sources/12.png rename to modules/ximgproc/testdata/sources/12.png