cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding

Home Page:https://evision.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move constants to module `Evision.Constant`

cocoa-xu opened this issue · comments

commented

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()