Skip to content

Commit

Permalink
opencv/subtract renamed to opencv/maths/subtract
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-pr committed Apr 19, 2020
1 parent 18e31c5 commit f558eaf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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/subtract", init);
possumwood::NodeImplementation s_impl("opencv/maths/subtract", init);

}
4 changes: 2 additions & 2 deletions toolbars/06_opencv/22_noise_grayscale.psw
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
}
},
"scene_config": {
Expand All @@ -441,4 +441,4 @@
},
"ui_geometry": "AdnQywADAAAAAAAAAAAAAQAABqoAAAOfAAAAAAAAABQAAASlAAACVQAAAAACAAAABqsAAAAAAAAAFwAABqoAAAOf",
"ui_state": "AAAA/wAAAAD9AAAAAgAAAAAAAAL8AAAC+fwCAAAAAfsAAAAKAGcAcgBhAHAAaAEAAAB1AAAC+QAAAJgBAAADAAAAAQAAAagAAAL5/AIAAAAC+wAAABQAcAByAG8AcABlAHIAdABpAGUAcwEAAAB1AAAA4gAAAHYBAAAD+wAAAAwAZQBkAGkAdABvAHIBAAABWAAAAhYAAACqAQAAAwAAAgUAAAL5AAAABAAAAAQAAAAIAAAACPwAAAAA"
}
}
4 changes: 2 additions & 2 deletions toolbars/06_opencv/23_noise_colored.psw
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
}
},
"scene_config": {
Expand All @@ -533,4 +533,4 @@
},
"ui_geometry": "AdnQywADAAAAAAAAAAAAAAAAB38AAAQTAAAAAAAAABQAAASlAAACVQAAAAACAAAAB4AAAAAAAAAAGAAAB38AAAQT",
"ui_state": "AAAA/wAAAAD9AAAAAgAAAAAAAAItAAADbPwCAAAAAfsAAAAKAGcAcgBhAHAAaAEAAAB1AAADbAAAAJgBAAADAAAAAQAAAagAAANs/AIAAAAC+wAAABQAcAByAG8AcABlAHIAdABpAGUAcwEAAAB1AAABBQAAAHYBAAAD+wAAAAwAZQBkAGkAdABvAHIBAAABewAAAmYAAACqAQAAAwAAA6kAAANsAAAABAAAAAQAAAAIAAAACPwAAAAA"
}
}
4 changes: 2 additions & 2 deletions toolbars/06_opencv/42_camera_undistort.psw
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
}
},
"type": "network"
Expand All @@ -859,4 +859,4 @@
},
"ui_geometry": "AdnQywADAAAAAAAAAAAAAQAABqoAAAOfAAAAAAAAABQAAAQ6AAACVQAAAAACAAAABqsAAAAAAAAAFwAABqoAAAOf",
"ui_state": "AAAA/wAAAAD9AAAAAgAAAAAAAAKRAAAC+fwCAAAAAfsAAAAKAGcAcgBhAHAAaAEAAAB1AAAC+QAAAJgBAAADAAAAAQAAAbUAAAL5/AIAAAAC+wAAABQAcAByAG8AcABlAHIAdABpAGUAcwEAAAB1AAABmwAAAHYBAAAD+wAAAAwAZQBkAGkAdABvAHIBAAACEQAAAV0AAACqAQAAAwAAAmMAAAL5AAAABAAAAAQAAAAIAAAACPwAAAAA"
}
}
4 changes: 2 additions & 2 deletions toolbars/09_lightfields_depth/30_narrowbase_single.psw
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
},
"subtract_1": {
"blind_data": {
Expand All @@ -1066,7 +1066,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
}
},
"scene_config": {
Expand Down
6 changes: 3 additions & 3 deletions toolbars/09_lightfields_depth/41_absolute_metrics.psw
Original file line number Diff line number Diff line change
Expand Up @@ -3034,7 +3034,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
},
"subtract_1": {
"blind_data": {
Expand All @@ -3045,7 +3045,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
},
"subtract_2": {
"blind_data": {
Expand All @@ -3056,7 +3056,7 @@
}
},
"name": "subtract",
"type": "opencv/subtract"
"type": "opencv/maths/subtract"
}
},
"scene_config": {
Expand Down

0 comments on commit f558eaf

Please sign in to comment.