Closed GoogleCodeExporter closed 9 years ago
Could you retry with the latest version of JavaCV and let me know if it works
or not? Thanks!
Original comment by samuel.a...@gmail.com
on 14 Jul 2013 at 6:05
Given the lack of feedback, I'm guessing this has been fixed in recent versions
of JavaCV, but please let me know if this is not the case, thank you!
Original comment by samuel.a...@gmail.com
on 16 Sep 2013 at 11:24
Hi Samuel,
Did You upgrade something from javacv-bin or javacv-cppjars? I'm using
javacv-05bin and I have this message from Eclipse:
The method cvEigenDecomposite(opencv_core.IplImage, int, Pointer, int, Pointer,
opencv_core.IplImage, FloatPointer) in the type opencv_legacy is not applicable
for the arguments (opencv_core.IplImage, int, opencv_core.IplImage[], int,
null, opencv_core.IplImage, FloatPointer).
In this line:
cvEigenDecomposite(
trainingFaceImgArr[i], // obj
nEigens, // nEigObjs
eigenVectArr, // eigInput (Pointer)
0, // ioFlags
null, // userData (Pointer)
pAvgTrainImg, // avg
floatPointer); // coeffs (FloatPointer).
Could you let'me know?
Thanks
André
Original comment by amenegu...@gmail.com
on 22 Oct 2013 at 5:06
@amenegussi Do you get the same error when you try to compile with javac on the
command line?
Original comment by samuel.a...@gmail.com
on 23 Oct 2013 at 3:51
Original issue reported on code.google.com by
xinxianq...@163.com
on 7 Jul 2013 at 2:19