使用 ML Kit 编辑图像中的面部轮廓 Swift

Edit the contours of faces in images using ML Kit Swift

我能够使用 google 的 ML Kit Face Contour API 构建一个 IOS 应用,以使用 Firebase ML Kit 识别图像中的面部特征,可在此处找到:https://codelabs.developers.google.com/codelabs/mlkit-ios/#0

我的下一步是编辑面部轮廓,例如更改唇色和使眼睛变亮。知道在哪里可以找到有关如何执行此操作的参考吗?

我的最终结果是一个类似于 Facetune 应用程序的自拍编辑器应用程序。

恐怕目前 MLKit 不支持 edit 轮廓的功能。