python+opencv+dlib瘦臉效果

對實現人臉瘦臉簡單功能的一個記錄,大概流程如下: 1.使用dlib檢測出人臉關鍵點 2.使用Interactive Image Warping 局部平移算法實現瘦臉 參考:https://blog.csdn.net/grafx/article/details/70232797?locationNum=11&fps=1 #!/usr/bin/env python3 # -*- coding: utf
相關文章
相關標籤/搜索