cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding
https://evision.app
Apache License 2.0
323 stars 22 forks source link

Move constants to module `Evision.Constant` #165

Closed cocoa-xu closed 1 year ago

cocoa-xu commented 1 year ago

All constants will be relocated to theEvision.Constant module. To use them, the users can either do

Evision.Constant.cv_IMREAD_ANY()

or

import Evision.Constant
cv_IMREAD_ANY()