-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi @maxruby!
Thanks for this awesome work. When I say "people" I obviously mean me, but I suspect I'm not alone.
Some people think that the syntax of Images.jl is simpler than OpenCV.jl's syntax when it comes to manipulating images. This is to be expected since OpenCV.jl is a wrapper and Images.jl is not. However, one of OpenCV.jl's biggest advantages over Images.jl is the cutting-edge algorithms that exist only in OpenCV (e.g. optical flow or face detection). This is why some of the people using OpenCV.jl are only interested in using those algorithms. They are simply less interested in every base functionality of OpenCV because they use Images.jl for that.
It would therefore be fantastic if you could include a couple of detailed and complete examples for how to use say, calcOpticalFlowPyrLK, from scratch, assuming the user is not well-versed in OpenCV.jl's syntax.
The main idea here is to cater for users that don't know anything about OpenCV and want access to the algorithms that exist only in OpenCV.
Thanks!