Skip to content

Commit

Permalink
opencv/threshold renamed to opencv/filter/threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-pr committed Apr 19, 2020
1 parent 83d8cd5 commit 42acfa8
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

}
2 changes: 1 addition & 1 deletion toolbars/06_opencv/71_inpaint_mask.psw
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"scene_config": {
Expand Down
2 changes: 1 addition & 1 deletion toolbars/06_opencv/72_inpaint_restore.psw
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"scene_config": {
Expand Down
2 changes: 1 addition & 1 deletion toolbars/06_opencv/74_laplace_restore.psw
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"scene_config": {
Expand Down
12 changes: 6 additions & 6 deletions toolbars/08_lightfields_import/11_epi.psw
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
},
"threshold_1": {
"blind_data": {
Expand All @@ -1135,7 +1135,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
},
"threshold_2": {
"blind_data": {
Expand All @@ -1153,7 +1153,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"type": "network"
Expand Down Expand Up @@ -1422,7 +1422,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
},
"threshold_1": {
"blind_data": {
Expand All @@ -1440,7 +1440,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
},
"threshold_2": {
"blind_data": {
Expand All @@ -1458,7 +1458,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"type": "network"
Expand Down
2 changes: 1 addition & 1 deletion toolbars/08_lightfields_import/23_mozaic_inpainted.psw
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"scene_config": {
Expand Down
2 changes: 1 addition & 1 deletion toolbars/08_lightfields_import/24_laplacian_inpainted.psw
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"scene_config": {
Expand Down
4 changes: 2 additions & 2 deletions toolbars/08_lightfields_import/25_mozaic_superres.psw
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
},
"threshold_1": {
"blind_data": {
Expand All @@ -632,7 +632,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"scene_config": {
Expand Down
2 changes: 1 addition & 1 deletion toolbars/09_lightfields_depth/12_defocus_markov.psw
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
"use_otsu": false,
"use_triangle": false
},
"type": "opencv/threshold"
"type": "opencv/filter/threshold"
}
},
"scene_config": {
Expand Down

0 comments on commit 42acfa8

Please sign in to comment.