Skip to content

Commit

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

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

}
6 changes: 3 additions & 3 deletions toolbars/06_opencv/27_fourier_transform.psw
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
"ports": {
"offset": 1.0
},
"type": "opencv/dft/log"
"type": "opencv/maths/log"
},
"log_1": {
"blind_data": {
Expand All @@ -348,7 +348,7 @@
"ports": {
"offset": 1.0
},
"type": "opencv/dft/log"
"type": "opencv/maths/log"
},
"magnitude_0": {
"blind_data": {
Expand Down Expand Up @@ -921,4 +921,4 @@
},
"ui_geometry": "AdnQywADAAAAAAAAAAAAAAAAB38AAAQTAAAAAAAAABQAAASlAAACVQAAAAACAAAAB4AAAAAAAAAAGAAAB38AAAQT",
"ui_state": "AAAA/wAAAAD9AAAAAgAAAAAAAAILAAADbPwCAAAAAfsAAAAKAGcAcgBhAHAAaAEAAAB1AAADbAAAAJgBAAADAAAAAQAAAagAAANs/AIAAAAC+wAAABQAcAByAG8AcABlAHIAdABpAGUAcwEAAAB1AAABBQAAAHYBAAAD+wAAAAwAZQBkAGkAdABvAHIBAAABewAAAmYAAACqAQAAAwAAA8sAAANsAAAABAAAAAQAAAAIAAAACPwAAAAA"
}
}

0 comments on commit dfbd05e

Please sign in to comment.