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?
you're probably the 1st one to come up with that idea here
bear with me for not knowing much about maven, but again, opencv-XXX.jar is only half of the story.
you'd need the opencv dll/so's compiled for any platform you can think of as well.
what's your idea on that ? also, dependancies ? ffmpeg, the like ?
continous integration from github src ?
@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
honestly, you probably know more about java package managing than i do.