Skip to content

Commit

Permalink
renamed opencv/filter2d to opencv/filter/filter2d
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-pr committed Apr 19, 2020
1 parent a135df4 commit a5b40c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ void init(possumwood::Metadata& meta) {
meta.setCompute(compute);
}

possumwood::NodeImplementation s_impl("opencv/filter2d", init);
possumwood::NodeImplementation s_impl("opencv/filter/filter2d", init);

}
2 changes: 1 addition & 1 deletion toolbars/08_lightfields_import/05_pattern_detection.psw
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
}
},
"name": "filter2d",
"type": "opencv/filter2d"
"type": "opencv/filter/filter2d"
},
"gaussian_blur_0": {
"blind_data": {
Expand Down
2 changes: 1 addition & 1 deletion toolbars/08_lightfields_import/06_pattern_extraction.psw
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@
}
},
"name": "filter2d",
"type": "opencv/filter2d"
"type": "opencv/filter/filter2d"
},
"input_0": {
"blind_data": {
Expand Down

0 comments on commit a5b40c5

Please sign in to comment.