Is there something like OpenCV matchTemplate() in Julia?

Hello,

I need the OpenCV function matchTemplate() (or an equivalent function) for my program. As it seems the OpenCV ports to Julia don’t work for me (Julia 1.1.0 on Windows 10) and Images.jl doesn’t have this function ? I am not keen to use PyCall as I want to port the program from Python to Julia.
Any suggestions what to do ?

1 Like