Ask Your Question
1

Can I run any algorithms using Fortran

asked 2013-03-11 15:17:17 -0600

I would like to run the algorithms on Fortran 95. Any advice on how to do it?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-03-12 01:52:27 -0600

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.

edit flag offensive delete link more
0

answered 2018-10-06 13:38:45 -0600

Here is an attempt: https://github.com/sage-git/forcv .

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-11 15:17:17 -0600

Seen: 1,187 times

Last updated: Mar 12 '13