Ask Your Question
-2

Hi..i'm new in openCV.. it is possible to get left upper face,left lower face ,right upper face and right lower face regions of face ??... Let me know it there any reference regarding to it ... I am using unity3D with OpenCV and dlib.

asked 2020-07-01 01:43:56 -0600

updated 2020-11-14 05:40:54 -0600

Using dlib and Opencv to detect facial Landmarks and face regions like Upper face and Lower face.

edit retag flag offensive close merge delete

Comments

if you already have landmarks -- where is the problem ?

show, what you have, so far, please

berak gravatar imageberak ( 2020-07-01 01:58:05 -0600 )edit

According to document we understood that to get the "face landmark point" of upper and lower face is not possible with OpenCV. So can you please confirm that is it possible to get somehow?

Vijendra Singh gravatar imageVijendra Singh ( 2020-07-01 11:26:05 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-07-01 03:35:45 -0600

kpachinger gravatar image

The face is a square Rect whether the face is narrow or round. It tends to be smaller when the face is larger. If the face is not reasonably oriented, it will not be detected. If the camera is mirrored, the left is the right.

face.x + (face.width/2)
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-07-01 01:43:56 -0600

Seen: 364 times

Last updated: Jul 01 '20