Ask Your Question

MohanNade's profile - activity

2014-02-05 04:53:15 -0600 received badge  Teacher (source)
2014-02-03 03:40:28 -0600 received badge  Self-Learner (source)
2014-02-03 01:43:55 -0600 answered a question OpenCV 2.4.7 on Linux 64 does not build Java so and jar

There were couple of issues in the whole setup

  1. ANT was missing. I had not added that initially because did not see any specific instruction or missed it.
  2. Python library was not configured. - used "ldd /usr/local/bin/python" to understand the config and used it correctly.

regards, Mohan

2014-01-29 00:43:13 -0600 asked a question OpenCV 2.4.7 on Linux 64 does not build Java so and jar

I have seen the thread "i-can-not-run-the-java-using-opencv-on-linux-64bit".

I have tried OpenCV 2.4.7 on Linux 32 bit and it installed correctly. But when I am trying to build on 64 bit Linux, I do not see the libopencv_java247.so being built. Is there any setting expected to be supplied to generate this or something that can disable its generation?

2013-12-20 07:29:10 -0600 commented answer Building opencv-2.4.7 on CentOS 6

Worked for me when I moved to cmak 2.8

2013-12-20 07:28:40 -0600 received badge  Supporter (source)