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