Skip to content

Commit

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

possumwood::NodeImplementation s_impl("opencv/dft/magnitude", init);
possumwood::NodeImplementation s_impl("opencv/maths/magnitude", init);

}
4 changes: 2 additions & 2 deletions toolbars/06_opencv/27_fourier_transform.psw
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
}
},
"name": "magnitude",
"type": "opencv/dft/magnitude"
"type": "opencv/maths/magnitude"
},
"magnitude_1": {
"blind_data": {
Expand All @@ -370,7 +370,7 @@
}
},
"name": "magnitude",
"type": "opencv/dft/magnitude"
"type": "opencv/maths/magnitude"
},
"network_0": {
"blind_data": {
Expand Down

0 comments on commit f3634da

Please sign in to comment.