Re: it would be nice to have bindings for OpenCV in OCaml
Florent Monnier <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAE1DttAywaXq1PwKYQzwePZLHLB+UgmFafTE-5VnfY0Q0FKNsg@mail.gmail.com> |
i started one, but had deep compilation issues. i was using 2 bindings at the same time, one for openCV and another one for the UI, one of these bindings compiles in bytecode but not in native, and the other one compiles in native but not in bytecode. While it was not possible for me to compile the two pieces together in the same binary, I then connected the two pieces with a bash | as a result the OpenCV piece I kept it in pure C and i stoped the OpenCV that I begun. If you are interested by this early, unfinished beginning, I can upload it if you want. -- Florent 2014-02-21 3:52 UTC+01:00, Francois Berenger <[email protected]>: > It would open up the world of image processing > to OCaml programmers. > > -- > Best regards, > Francois Berenger. >