Homography between face feature points

Hello,
How to find the homography between the 51 face feature points from one face image to another face image. Do you have an example ?
Thank you,

you’re asking how to warp/morph one face onto another.

that is not done with homography.

you need a graphics library to draw textured rectangles from a triangulation of the face landmarks. OpenCV is not a graphics library.