Ask Your Question
0

What will be added to the Java wrappers and when?

asked 2013-12-16 13:42:42 -0600

Will Stewart gravatar image

updated 2013-12-16 14:02:57 -0600

What are the features that will be added to those currently implemented in Java wrappers, and what is the expected timeframe (or roadmap), if any?

For example, the following would be very helpful to have in Java;

  1. FeatureEvaluator
  2. GPU processing
  3. BackgroundSubtractorMOG2
  4. VideoWriter::write
  5. flann
edit retag flag offensive close merge delete

Comments

2

BackgroundSubtractorMOG2 is already in ;)

berak gravatar imageberak ( 2013-12-16 14:23:18 -0600 )edit

Excellent, thank you @berak !

Will Stewart gravatar imageWill Stewart ( 2013-12-17 12:05:50 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-12-16 23:54:56 -0600

There is no road map for Java bindings actually. Java bindings were developed for Android first of all and most of disabled or not wrapped functions are not implemented on Android. Right now most of improvements in this area is developers contributions. OpenCV is open source project, so you van contribute you improvements by pull request on github. Here is "how to contribute" instruction. Also here is my blog post about Java wrappers generator and process automation. It is in Russian, but I believe you are able to understand key ideas using any on-line text translator.

edit flag offensive delete link more

Comments

Thanks, Alexander, I appreciate your efforts wrt the Java wrappers (and I have no doubt there are others as well)..

Will Stewart gravatar imageWill Stewart ( 2013-12-17 08:04:47 -0600 )edit

Question Tools

Stats

Asked: 2013-12-16 13:42:42 -0600

Seen: 337 times

Last updated: Dec 16 '13