Skip to content

calcOpticalFlowPyrLK examples for Image.jl users  #35

@yakir12

Description

@yakir12

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions