maxruby / OpenCV.jl

The OpenCV (C++) interface for Julia
Other
105 stars 28 forks source link

waitkey(anInt) #44

Open aleReimondo opened 2 years ago

aleReimondo commented 2 years ago

Please let the argument of waitkey to be an Int (not only Int32)

waitKey

waitkey(delay) = @cxx cv::waitKey(delay)