sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Can't compile JavaCV from source code #305

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed JDK 7u21 and maven
2. Able to compile JavaCPP using 'mvn install'
2. Failed to compile JavaCV using 'mvn install'

What is the expected output? What do you see instead?
Get repeated errors, one or them is:
jniopencv_imgproc.cpp:441: error: ‘CLAHE’ is not a member of ‘cv’

What version of the product are you using? On what operating system?
Downloaded JavaCPP 0.5, JavaCV 0.5; Installed OpenCV 2.4.5 on Centos 6.3

Please provide any additional information below.

Original issue reported on code.google.com by joseph.x...@gmail.com on 18 Apr 2013 at 6:48

GoogleCodeExporter commented 8 years ago
I realized that I didn't clean up my OpenCV 2.4.4 installation, and CLAHE is 
part of OpenCV 2.4.5.  after that, it works like a charm.

Original comment by joseph.x...@gmail.com on 18 Apr 2013 at 11:06

GoogleCodeExporter commented 8 years ago
Ok, good! Thanks for letting me know

Original comment by samuel.a...@gmail.com on 27 Apr 2013 at 5:33