diff --git a/src/plugins/opencv/nodes/threshold.cpp b/src/plugins/opencv/nodes/filter/threshold.cpp similarity index 97% rename from src/plugins/opencv/nodes/threshold.cpp rename to src/plugins/opencv/nodes/filter/threshold.cpp index 51a485bad7c..b25e265adec 100644 --- a/src/plugins/opencv/nodes/threshold.cpp +++ b/src/plugins/opencv/nodes/filter/threshold.cpp @@ -67,6 +67,6 @@ void init(possumwood::Metadata& meta) { meta.setCompute(compute); } -possumwood::NodeImplementation s_impl("opencv/threshold", init); +possumwood::NodeImplementation s_impl("opencv/filter/threshold", init); } diff --git a/toolbars/06_opencv/71_inpaint_mask.psw b/toolbars/06_opencv/71_inpaint_mask.psw index efe1059238f..14e84cf1689 100644 --- a/toolbars/06_opencv/71_inpaint_mask.psw +++ b/toolbars/06_opencv/71_inpaint_mask.psw @@ -466,7 +466,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "scene_config": { diff --git a/toolbars/06_opencv/72_inpaint_restore.psw b/toolbars/06_opencv/72_inpaint_restore.psw index 91ce9caa0f5..016c2c9793f 100644 --- a/toolbars/06_opencv/72_inpaint_restore.psw +++ b/toolbars/06_opencv/72_inpaint_restore.psw @@ -577,7 +577,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "scene_config": { diff --git a/toolbars/06_opencv/74_laplace_restore.psw b/toolbars/06_opencv/74_laplace_restore.psw index d7fd85b9eae..79d2966d9f7 100644 --- a/toolbars/06_opencv/74_laplace_restore.psw +++ b/toolbars/06_opencv/74_laplace_restore.psw @@ -619,7 +619,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "scene_config": { diff --git a/toolbars/08_lightfields_import/11_epi.psw b/toolbars/08_lightfields_import/11_epi.psw index d7696a4b4b2..2017cb79d0c 100644 --- a/toolbars/08_lightfields_import/11_epi.psw +++ b/toolbars/08_lightfields_import/11_epi.psw @@ -1117,7 +1117,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" }, "threshold_1": { "blind_data": { @@ -1135,7 +1135,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" }, "threshold_2": { "blind_data": { @@ -1153,7 +1153,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "type": "network" @@ -1422,7 +1422,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" }, "threshold_1": { "blind_data": { @@ -1440,7 +1440,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" }, "threshold_2": { "blind_data": { @@ -1458,7 +1458,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "type": "network" diff --git a/toolbars/08_lightfields_import/23_mozaic_inpainted.psw b/toolbars/08_lightfields_import/23_mozaic_inpainted.psw index e5fd17cd1ee..61fb81243ab 100644 --- a/toolbars/08_lightfields_import/23_mozaic_inpainted.psw +++ b/toolbars/08_lightfields_import/23_mozaic_inpainted.psw @@ -559,7 +559,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "scene_config": { diff --git a/toolbars/08_lightfields_import/24_laplacian_inpainted.psw b/toolbars/08_lightfields_import/24_laplacian_inpainted.psw index a78f2a6966f..0c97d1e0dbb 100644 --- a/toolbars/08_lightfields_import/24_laplacian_inpainted.psw +++ b/toolbars/08_lightfields_import/24_laplacian_inpainted.psw @@ -655,7 +655,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "scene_config": { diff --git a/toolbars/08_lightfields_import/25_mozaic_superres.psw b/toolbars/08_lightfields_import/25_mozaic_superres.psw index 5f4523525d5..cd7fdd11c63 100644 --- a/toolbars/08_lightfields_import/25_mozaic_superres.psw +++ b/toolbars/08_lightfields_import/25_mozaic_superres.psw @@ -614,7 +614,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" }, "threshold_1": { "blind_data": { @@ -632,7 +632,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "scene_config": { diff --git a/toolbars/09_lightfields_depth/12_defocus_markov.psw b/toolbars/09_lightfields_depth/12_defocus_markov.psw index c8c4d5519ac..19f5257014b 100644 --- a/toolbars/09_lightfields_depth/12_defocus_markov.psw +++ b/toolbars/09_lightfields_depth/12_defocus_markov.psw @@ -903,7 +903,7 @@ "use_otsu": false, "use_triangle": false }, - "type": "opencv/threshold" + "type": "opencv/filter/threshold" } }, "scene_config": {