Ask Your Question

Nivirx's profile - activity

2014-10-02 08:42:47 -0600 commented question Using OpenCV in D with C Bindings

Well it seems that the easiest route is to choose another language for now (Looks like java is the runner up), really wish the C API was up to date because that makes it much easier to interface with for most languages.

2014-10-01 13:28:21 -0600 commented question Using OpenCV in D with C Bindings

Yeah I had read about how the C-API's are pretty dated now, do you know of any people who have had luck with SWIG wrappers in other languages so I could attempt to adapt it to D?

2014-10-01 11:57:06 -0600 asked a question Using OpenCV in D with C Bindings

I have been looking around though google but can't seem to find a definite answer to the question if anyone has completed/is maintaining a D Language binding for OpenCV or if the C API is up to date enough for me to generate a D binding on my own.

tl;dr Is there a D binding for OpenCV?