Ask Your Question

WoeiChyuan's profile - activity

2013-03-12 09:05:28 -0600 commented question openCV (cvAlloc) fail to locate memory

What is mean by stand alone ndk-build successful? I tried commented all the error code and Eclipse compile it fine. I guess is conversion issue but I saw a lot of researchers using this code to do their research. Here's the link: http://pebibyte.wordpress.com/2011/01/21/simple-face-recognition-using-opencv/

2013-03-11 12:18:40 -0600 asked a question openCV (cvAlloc) fail to locate memory

I am developing Android face recognition using eclipse with native C. However, Eclipse mark

faceImgArr = (IplImage **)cvAlloc( nFaces*sizeof(IplImage *) );

as bug with the error message Invalid arguments 'Candidates are:void * cvAlloc(unsigned long int)'. image description

I had did lot of research but there is no any solution. Anyone can help me on this issue?