Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-29 Thread Ivan Perez
Noam Lewis? https://github.com/sinelaw On 28 September 2013 21:48, Arjun Comar nru...@gmail.com wrote: Ahh, I misunderstood then. Who is currently maintaining the HOpenCV package on Hackage? On Sat, Sep 28, 2013 at 3:45 PM, Anthony Cowley acow...@seas.upenn.eduwrote: To be clear, I am

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Ivan Perez
Cool. Thanks a lot for uploading this. I have a question (and I confess that I haven't checked the link). How is this related to or overlaps with cv-combinators? Cheers Ivan On 28 September 2013 06:18, Arjun Comar nru...@gmail.com wrote: After receiving feedback, I went ahead and split out

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Arjun Comar
No, these are unrelated. Cv-combinators hasn't really worked since OpenCV 2.0 waa released I believe. On Sep 28, 2013 8:54 AM, Ivan Perez ivanperezdoming...@gmail.com wrote: Cool. Thanks a lot for uploading this. I have a question (and I confess that I haven't checked the link). How is this

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Ivan Perez
I think they do work. cv-combinators depends on HOpenCV, which depends on OpenCV 2.0. On 28 September 2013 16:03, Arjun Comar nru...@gmail.com wrote: No, these are unrelated. Cv-combinators hasn't really worked since OpenCV 2.0 waa released I believe. On Sep 28, 2013 8:54 AM, Ivan Perez

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Arjun Comar
Fair enough, it's been two or three years since I tried to play with them. Most of my work is in the raw bindings currently, which provide the C++ API in Haskell, so much lower level that cv-combinators. If HOpenCV were to incorporate parts of these bindings then cv-combinators would be able to

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Ivan Perez
The people working on HOpenCV are very open to incorporating other's programmer's patches. Maybe you can incorporate your changes to cv-combinators? (Project's been halted since 2010, I'm sure they'll be very happy to see that sb is contributing). On 28 September 2013 19:13, Arjun Comar

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Arjun Comar
I've been talking to Anthony Cowley who I think is the current maintainer of HOpenCV and Ville Tirronen who has been developing the CV bindings. Basically the consensus is that these raw bindings provide a new base to work from, and it's worthwhile to rethink the API we provide with a fresh start.

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Anthony Cowley
To be clear, I am not the maintainer of HOpenCV. I have used a fork of that library for experimenting with OpenCV interfaces over the past few years, and written quite a few kloc using it in several robotics oriented projects with computer vision needs. None of my experiments with HOpenCV are

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-28 Thread Arjun Comar
Ahh, I misunderstood then. Who is currently maintaining the HOpenCV package on Hackage? On Sat, Sep 28, 2013 at 3:45 PM, Anthony Cowley acow...@seas.upenn.eduwrote: To be clear, I am not the maintainer of HOpenCV. I have used a fork of that library for experimenting with OpenCV interfaces

[Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-27 Thread Arjun Comar
Hi all, I've been hard at work on a new set of OpenCV bindings that will hopefully solve a lot of the shortcomings with previous attempts. An automatic header parser has been used to generate a full set of Haskell bindings for the C++ API, and I'm now working to create a pleasant Haskell API. The

Re: [Haskell-cafe] [ANN] New OpenCV Bindings

2013-09-27 Thread Arjun Comar
After receiving feedback, I went ahead and split out the raw C wrappers and Haskell bindings. You can find them at www.github.com/arjuncomar/opencv-raw. I'll upload it to hackage as opencv-raw once I have uploader privileges. Regards, Arjun On Fri, Sep 27, 2013 at 4:09 PM, Arjun Comar