Add 2D or 3D Face Filters like MSQRD/SnapChat Using Google Vision API for iOS

后端 未结 2 2028
暗喜
暗喜 2020-12-23 15:14

Here\'s some research I have done so far: - I have used Google Vision API to detect various face landmarks. Here\'s the reference: https://developers.google.com/vision/intro

2条回答
  •  春和景丽
    2020-12-23 15:25

    Canvas class is used in android for drawing such 3D / 2D models or core graphics for IOS can be used. What you can do is detect the face components, take their location points and draw images on top of them. Consider going through this

提交回复
热议问题