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
Based on the contents of pyopencv_gapi.hpp, it seems that the binding code will need to call an Elixir function and fetch the result.
This perhaps could be done if we send related ERL_NIF_TERMs to a separate Erlang thread and send the result back. But it's not easy to properly design and write the whole thing.
Maybe it's not worth the effort... I probably won't port this module anytime soon.
This module is highly likely to be excluded from evision 0.1.0.
The text was updated successfully, but these errors were encountered:
Based on the contents of pyopencv_gapi.hpp, it seems that the binding code will need to call an Elixir function and fetch the result.
This perhaps could be done if we send related
ERL_NIF_TERM
s to a separate Erlang thread and send the result back. But it's not easy to properly design and write the whole thing.Maybe it's not worth the effort... I probably won't port this module anytime soon.
This module is highly likely to be excluded from evision 0.1.0.
The text was updated successfully, but these errors were encountered: