On Sep 6, 2010, at 2:57 PM, Robert McIntyre wrote:

> I was wondering if anyone has used clojure for image/video processing
> and how that has worked out.

> Images:
For image processing, I've just been using the java2d api, a la 
http://www.javaworld.com/javaworld/jw-09-1998/jw-09-media.html?page=1 It's 
quite low-level, but it works well enough for my basic needs right now.

> OpenCV : tried two different jna bindings but had many horrible memory
> leaks and crashes
I've been doing some stuff with OpenCV (yes, there are definite problems here, 
but at least it kind of works) to get access to the webcam. Setting it up was a 
nightmare though...

> Video:
> Processing: still don't know at all what this is or how to get it to work.
Processing is a bigger library, I believe OpenCV is a sub-project of it. 

> My own hash-map representation/functional way: elegant and easy to
> write new transforms but incredibly slow and memory hungry.
I would be very happy to see some of that, if you're able to share it. What 
kind of performance are you talking about when you say "slow"?

- Sean Grove

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to