Ask Your Question
0

Java OpenCV Tutorials?

asked 2014-02-13 02:05:20 -0600

clytemnestra gravatar image

updated 2014-02-25 14:22:47 -0600

Rui Marques gravatar image

How to get started in java if all the tutorials are for c++?

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
1

answered 2014-02-13 14:09:30 -0600

Will Stewart gravatar image

updated 2014-02-17 07:29:26 -0600

There is an Introduction to Java in the tutorials that will guide you in not only a basic understanding, but even as far as creating a functioning face detection application as an example of OpenCV's capabilities;

http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html?highlight=java

There is a more detailed introduction if you want to use Eclipse;

http://docs.opencv.org/doc/tutorials/introduction/java_eclipse/java_eclipse.html?highlight=java

And then there is the Java API Reference that provides the JavaDoc;

http://docs.opencv.org/java/

Not every single feature of OpenCV is found in Java yet, but the list is constantly growing, and the amount of features available already is truly staggering.

When you download and install OpenCV, you'll find Java sample programs under the Samples directory.

edit flag offensive delete link more
2

answered 2014-02-25 14:19:31 -0600

Rui Marques gravatar image

You have to be aware that opencv Android is older than the pure Java version, so there are more samples for Android and the syntax is exactly the same. The differences are on where your images/video come from and where they go to.

As you can imagine Android has API regarding dealing with the camera, while a desktop will have multiple ways to do that.

Besides the samples contained inside the opencv Android package, you can find some more samples here:

https://github.com/ruimarques

These are full eclipse projects which depend from Opencv 2.4.8 (not tested with other versions). They follow the same structure as Android Tutorial 1.

edit flag offensive delete link more
0

answered 2014-02-17 05:09:22 -0600

Hi,

there's one book coming from PacktPub as well, probably in a couple months.

Kind regards, Daniel

edit flag offensive delete link more

Comments

Has book released?

Govind Mali gravatar imageGovind Mali ( 2015-01-01 23:35:11 -0600 )edit

Yes, it has. Please check: https://www.packtpub.com/application-...

Daniel Baggio gravatar imageDaniel Baggio ( 2016-06-22 10:51:15 -0600 )edit

Question Tools

Stats

Asked: 2014-02-13 02:05:20 -0600

Seen: 817 times

Last updated: Feb 25 '14