shaileshmulange / javacv

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

Patch for /samples/FaceRecognition.java #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
vEigenDecomposite in line 196 return a nullpointer, fix changing eigenVectArr 
with new PointerPointer(eigenVectArr)

Original issue reported on code.google.com by fabiobareta@gmail.com on 31 Oct 2012 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
Does it also work if you replace it with `new IplImageArray(eigenVectArr)`?

Original comment by samuel.a...@gmail.com on 3 Nov 2012 at 2:25

GoogleCodeExporter commented 9 years ago
Do you still have the same problem with JavaCV 0.3?

Original comment by samuel.a...@gmail.com on 18 Nov 2012 at 2:46

GoogleCodeExporter commented 9 years ago
I'm assuming the issue with this has been found, but please let me know if this 
is not the case, thank you.

Original comment by samuel.a...@gmail.com on 3 Mar 2013 at 2:06