From db11c669c07efac5811e7ebebe8682fd1164d6be Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Tue, 12 Sep 2023 19:38:27 +0530 Subject: [PATCH] Updated comment in MPPFaceStylizer.h --- .../tasks/ios/vision/face_stylizer/sources/MPPFaceStylizer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediapipe/tasks/ios/vision/face_stylizer/sources/MPPFaceStylizer.h b/mediapipe/tasks/ios/vision/face_stylizer/sources/MPPFaceStylizer.h index 96ce3dee5..a54a4c82c 100644 --- a/mediapipe/tasks/ios/vision/face_stylizer/sources/MPPFaceStylizer.h +++ b/mediapipe/tasks/ios/vision/face_stylizer/sources/MPPFaceStylizer.h @@ -64,8 +64,8 @@ NS_SWIFT_NAME(FaceStylizer) * @param image The `MPImage` on which face stylization is to be performed. * * @return A `FaceStylizerResult` that contains the stylized image of the most visible face. The - * stylized output image size is the same as the model output size. The `stylizedImage` of the - * `FaceStylizerResult` is `nil` if there is no face detected in the imput image. + * returned image is copied. The stylized output image size is the same as the model output + * size. The `stylizedImage` of the `FaceStylizerResult` is `nil` if there is no face detected in the imput image. * `FaceStylizerResult` is `nil` if there is an error in initializing the face stylizer. */ - (nullable MPPFaceStylizerResult *)stylizeImage:(MPPImage *)image