opencv for desktop java
Are there any plans to provide a wrapper for desktop Java? Java classes for Android, header files and native implementations are already there, so I guess it will be fairly easy to bind to desktop Java.
It would be really great to be able to run same code on both Android and desktop Java (Except for GUI and some other minor parts for sure)
Android is great but developing this kind of applications on desktop Java is much easier. For example you can open several windows at the same time.
I'm aware of JavaCV but it doesn't help this purpose:
- It lacks C++ bindings (No Mat class for instance)
- It has a totally different package structure than OpenCV4Android
r a f t