i want make facial emotion recognizer
this is my code
when i use loadface.clone().reshape(1, 1).convertTo(rowMat, org.opencv.core.CvType.CV_64FC1, 1, 0);
in MFC it is done well
but in Android
please help me
1 | initial version |
i want make facial emotion recognizer
this is my code
when i use loadface.clone().reshape(1, 1).convertTo(rowMat, org.opencv.core.CvType.CV_64FC1, 1, 0);
in MFC it is done well
but in Android
please help me
2 | No.2 Revision |
i want make facial emotion recognizer
this is my code
when i use loadface.clone().reshape(1, 1).convertTo(rowMat, org.opencv.core.CvType.CV_64FC1, 1, 0);
in MFC it is done well
but in Android
image size 256*256
please help me
3 | No.3 Revision |
i want make facial emotion recognizer
this is my code
when i use loadface.clone().reshape(1, 1).convertTo(rowMat, org.opencv.core.CvType.CV_64FC1, 1, 0);
in MFC it is done well
but in Android
image size 256*256
256*256 and i think loadface is not null because when i print log.i loadface.cols and loadface.rows printed 256 256 please help me