Ask Your Question

levicampbell's profile - activity

2017-02-09 12:01:29 -0600 received badge  Famous Question (source)
2016-06-08 02:13:43 -0600 received badge  Notable Question (source)
2016-04-07 13:59:05 -0600 received badge  Popular Question (source)
2014-10-20 22:30:31 -0600 received badge  Student (source)
2014-03-31 14:36:20 -0600 commented question Why isn't the OpenCV java libraries available via maven?

@berak I don't know about ant, but in maven there is a way to add native library dependencies http://mojo.codehaus.org/maven-native/native-maven-plugin/usage.html

2014-03-31 13:48:19 -0600 asked a question Why isn't the OpenCV java libraries available via maven?

One of the things I look for when I'm evaluating a java library, is whether or not maven artifacts are available. I noticed that OpenCV makes you download and compile the source code. WHy is that?