Ask Your Question

pp's profile - activity

2018-02-16 05:59:24 -0600 received badge  Famous Question (source)
2014-07-02 04:51:49 -0600 received badge  Notable Question (source)
2013-10-31 21:39:39 -0600 received badge  Popular Question (source)
2013-05-22 12:10:24 -0600 commented question Face recognition using Eigen faces error Image step is wrong

i have converted first the detected croped face to gray image using cvConvert() and then i used the cvResize(img scr, img dest) to resize the image.

2013-05-22 08:57:53 -0600 asked a question Face recognition using Eigen faces error Image step is wrong

I am doing face recognition using EigenFace Recognizer to recognize a face from training dataset i.e trained image. I have used the javacv and opencv library to developer android based face recognition using java . when i make a call to int predictedLabel =faceRecognizer.predict(test_resizeimg); i get error

OpenCV Error: Image step is wrong (The matrix is not continuous, thus its number of rows can not be changed) in cv::Mat cv::Mat::reshape(int, int) const, file /home/saudet/android/OpenCV-2.4.3/modules/core/src/matrix.cpp, line 801

can anybody advice me how to resolve this issue.

2013-04-26 03:01:53 -0600 received badge  Student (source)
2013-04-26 02:26:19 -0600 commented answer Face recognition using java in Android

yes i have executed the sample application successfully. I am executing the application using Ecllipse and Android plugin. All my environment setting is working fine. Just explain me how i can use the face recognition developed for desktop using JavaCV in android

2013-04-26 01:18:46 -0600 commented answer Face recognition using java in Android

I have gone through it, but i am not getting how to use it in android. And FaceRecognition.java file in SDK of openCV 2.4.5 is auto generated file from c++, so not able to get it how to use in coding. can you tell me the step that i should follow...

2013-04-26 00:51:26 -0600 asked a question Face recognition using java in Android

I have used the javacv for doing face detection and face recognition on Android but i am faceing some issue in executing the app. Is there anyone who has done face recognition using javacv on android or is there any api available in java to do face detection and face recognition on android, i do not want to use the .cpp file for face recognition. Thanks....