problems face detection in different orientation android [closed]
Problems face detection in different orientation with opencv android sdk, when the Android device is portrait mode, face detection doesn't work, How can we do to face detect in portrait mode and different landscape mode in opencv android sdk v2.4.3. in the better orientation that the face detection work very good is left landscape mode.
I suppose that the problem in portrait is that the face area (the expected area for the face) is getting out of the frame, so no face is detected... Have you tried on a different distance from the camera? You can also post some photos to see more clearly the cases ;)