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

I've spent a long time on this since clojure 1.0 and have gone through
many different  (java) libraries trying to find something that's truly
awesome.

I've tried:

Images:
ImageJ (lots of plugins but too tied to the GUI)
JMF: a joke that hasn't been updated in years
FMJ: looks like it could be good but still in very early development
OpenCV : tried two different jna bindings but had many horrible memory
leaks and crashes
My own hash-map representation/functional way: elegant and easy to
write new transforms but incredibly slow and memory hungry.

Video:
Xuggle: works very well, uses FMPEG in the background -- great for
dealing with encodings but not much image processing ability.

Processing: still don't know at all what this is or how to get it to work.

What have you all come across, and has anyone found something that
just wins over everything?

--Robert McIntyre

-- 
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