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
I plan to add support for modules in opencv_contrib gradually. Of course, this would bring an inevitable question: not everyone will use modules in opencv_contrib, so including them in the precompiled binaries will increase the footprint.
Will it be feasible to have an :evision_contrib library in Elixir (like its python counterpart, where we have opencv-python and opencv-python-contrib)?
Including both opencv and opencv_contrib in the precompiled binaries.
Using an environment variable (or something in config.exs) as an indicator for whether to include opencv_contrib (both for precompilation and compiling from source).
I plan to add support for modules in
opencv_contrib
gradually. Of course, this would bring an inevitable question: not everyone will use modules inopencv_contrib
, so including them in the precompiled binaries will increase the footprint.Will it be feasible to have an
:evision_contrib
library in Elixir (like its python counterpart, where we haveopencv-python
andopencv-python-contrib
)?Modules (part 1)
Modules (part 2)
Modules (part 3)
todo
_Params
classesThe text was updated successfully, but these errors were encountered: