Face cropping using facial landmarks

1.1k views Asked by At

I have facial landmark coordinates and I want to crop the frontal face as precisely as possible without loosing facial information as shown in figure:

enter image description here

I have already tried drawing circles from nose center, but it is not very precise. if somebody has done this before can help me with the idea of doing so in a good way with the pseudo-code. I will code it later.

1

There are 1 answers

0
Anastasia Kriuchkovska On

This data is not enough for face cropping. Use dlib or opencv libraries. They have methods to get 68 landmarks.