You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most opencv Python functions take a frame as their first parameter and return the transformed frame.
With the help of functools.reduce, functools.partial it's should be possible so that the json edges+steps get converted into one function call per edge, containing a list of steps, optionally wrapped by partial() and a composition with some functools magic wrapping frame passing.
A new feature could generate opencv source code from any process graph.
The text was updated successfully, but these errors were encountered: