Ask Your Question
0

Download opencv for java

asked 2014-06-22 17:22:26 -0600

jossyy gravatar image

updated 2014-06-23 05:05:59 -0600

berak gravatar image

Hello, I want to code with java. And I need opencv's methods. I don't clear that what I do. I need a jar file for opencv. Should I downloaded JavaCV? I plan to use eclipse ide.

edit retag flag offensive close merge delete

Comments

1

no, you don't need javacv. it's a 3rd party wrapper, and opencv already has its own java wrappers.

the windows installers come with a readymade opencv jar, if you're on linux or mac, building opencv will build the java wrappers, too. (if java sdk and ant are installed)

berak gravatar imageberak ( 2014-06-23 02:40:00 -0600 )edit

thank you...

jossyy gravatar imagejossyy ( 2014-06-23 13:31:40 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-06-23 00:46:31 -0600

itay gravatar image

You can follow this tutorial that explain step after step how to add OpenCV library to your project and how to use it.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-06-22 17:22:26 -0600

Seen: 456 times

Last updated: Jun 23 '14