Ask Your Question

mahesh2000's profile - activity

2013-01-28 01:05:16 -0600 answered a question trouble installing JavacvPro on windows7 64bit

you can use 2.4.2 with the patch described below. see https://groups.google.com/forum/#!msg/javacv/UUqTDcPpt2Y/zHFdD936PDwJ. the salient text therein (and the modified source & jars):

Last weekend I worked around with javacvPro source code to match my opencv 2.4.2 installation. The original Samuel Audet's library was made for opencv 2.3, and wasn't working for the new version.

The full version of the (beta) recompiled version of the javacvPro can be downloaded (please, just for testing, I prefere that Samuel's one be the main one) from here:

http://www.ludic.cc/dwn/javacvPro_4_javacv_02_beta.zip

The only file that I modified was OpenCV.java. I know that there should be some problems with it specially with the SURF detection parts. If you check line 5045, you'll see that I made just a call to a FeatureDetector object but without all the parameters that were specified in the prior version. I don't know if that will work. Anyway, the other main parts works like a charm :).

http://www.ludic.cc/dwn/OpenCV.java

Hope this helps somebody else too.