Ask Your Question

magomimmo's profile - activity

2013-12-12 17:52:41 -0600 commented answer OpenCV and Java

Take a look: Is not java (it's clojure) but it uses the java desktop platform and I used only those two libs (The native one wrapped in a jar and both deployed on the local maven repository). http://docs.opencv.org/2.4/doc/tutorials/introduction/clojure_dev_intro/clojure_dev_intro.html

2013-12-09 04:47:21 -0600 asked a question clojure code block

Does the current opencv/sphinx configuration support clojure code block?

2013-12-08 19:47:23 -0600 received badge  Editor (source)
2013-12-08 19:40:42 -0600 answered a question Sample code in desktop Java?

To see what are the classes currently supported by the Desktop Java platform I strongly suggest to keep the eyes open on the OpenCV Java API. Currently the Highgui class does not support any method having to do with windows mechanics. So, currently you're left alone with java swing.

2013-12-08 19:25:45 -0600 answered a question OpenCV and Java

I'm very new to opencv. In my current experience, yes they are all you need.