4

I am a new to OpenCV library and I would like to use the Java API for openCV. I read instructions in websites regarding how to install openCV and use it as a library in Eclipse.

Now what confuses me is, as I want to program in Java should i use JavaCv? or only openCV as the latter has java API as well?

kindly please clarify this issue.

Halvor Holsten Strand
  • 19,137
  • 16
  • 77
  • 91
user2121
  • 7,091
  • 17
  • 63
  • 138
  • possible duplicate of [opencv or javacv or other](http://stackoverflow.com/questions/11919961/opencv-or-javacv-or-other) – kiranpradeep Mar 22 '15 at 07:15

1 Answers1

4

Since version 2.4.4 OpenCV supports Java. You will find a jar in the OpenCV/build/java folder. For details, see this tutorial about using OpenCV Java with Eclipse.

So my answer is, use only OpenCV, as described in the tutorial, not JavaCV.

cheers

CTZStef
  • 1,653
  • 1
  • 17
  • 45
  • thanks, is there any recommended tutorial regarding hoe to use opencv with java and android? – user2121 Mar 21 '15 at 13:05
  • Check this: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html – zedv Mar 21 '15 at 13:13