Can I run any algorithms using Fortran
I would like to run the algorithms on Fortran 95. Any advice on how to do it?
add a comment
I would like to run the algorithms on Fortran 95. Any advice on how to do it?
There is no official Fortran bindings for OpenCV. OpenCV generates all Java and Python wrappers automatically by python scripts in modules/python and modules/java. You have to make wrappers manually, or implement the same generator for Fortran and contribute it to OpenCV.
Here is an attempt: https://github.com/sage-git/forcv .
Asked: 2013-03-11 15:17:17 -0600
Seen: 1,248 times
Last updated: Mar 12 '13