Hi,

I would like to do some image analysis with clojure. So I am looking for 
good libraries for that.

Most important would be a good support for image segmentation. Tresholding, 
histogram based methods, edge detection and region growing are among the 
things I would like to have. Support for real time image analysis is not 
needed, I want to transform static image files.
Furthermore I am looking for a nice image import/export. This does not have 
to be the same library, but would be great if things work together nicely.

Of course a pure clojure thing would be awesome, but using java interop 
would be okay too.
I have some background in image analysis and don't need to have all the 
matrix stuff abstracted away. However, I don't want to rebuild all the 
necessary algorithms myself, but focus on getting the parametrization right 
and figuring out the best segmenation strategy instead.

Currently I am evaluating incanter (also interested in this is a general 
data analysis tool) and I wanted to have a look at OpenCV.

If someone could recommend good libraries would be great. I really 
appreciate any hints, recommendations and shared experience.

Thanks and cheers
Nils

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to