Ask Your Question
0

using opencv java mac os

asked 2015-04-13 07:49:13 -0600

Gonzalo gravatar image

updated 2015-04-13 07:49:45 -0600

Hello to everybody.... I'm trying to start using opencv libraries in a Java project on Mac OS 10.10 platform. I followed some tutorials but all of them fail at certain point...

at the end I found this one and it seems to work (using homebrew) http://www.jeffreythompson.org/blog/2...

but the problem is: this tutorial is for python....

The question is: now is it possible to use the library in a java project? if yes... how?

Another question is: isn't there a easy way to import jar files in java to use opencv?

PLEASE it's very important!!!

thank you in advance for all of you

edit retag flag offensive close merge delete

Comments

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-04-13 10:17:01 -0600

Gonzalo gravatar image

updated 2015-04-13 10:28:25 -0600

Ok I followed some ways and I solved some problems, and now all is went good without errors

I've done in this way:

$ cd opencv-2.4.9

$ mkdir build

$ cd build/

cmake -G "Unix Makefiles" -D CMAKE_INSTALL_PREFIX=[PATH_TO_OPENCV_DIRECTORY] -D CMAKE_OSX_ARCHITECTURES=x86_64 -D BUILD_PERF_TESTS=OFF -D BUILD_opencv_legacy=NO ..

$make -j3

$ make install

and it is went good without any kind of errors...

but now I cannot find any jar file in the build/bin directory... can someone help me?

thanks!!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-13 07:49:13 -0600

Seen: 455 times

Last updated: Apr 13 '15