From 3f91bcbb2d4602bda2d32f636baaa3b48e6ac208 Mon Sep 17 00:00:00 2001 From: Christian McKinnon Date: Tue, 21 May 2024 22:09:41 +0700 Subject: [PATCH] Updated Documentation in Awesome-face-operations/Readme.md --- Awesome-face-operations/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Awesome-face-operations/Readme.md b/Awesome-face-operations/Readme.md index 67d83e7a25..21c66cc927 100644 --- a/Awesome-face-operations/Readme.md +++ b/Awesome-face-operations/Readme.md @@ -33,7 +33,7 @@ OpenCV 3 comes with a pencil sketch effect right out of the box. The cv2.pencilS drawing -# Image Segmentation Using Color space and Opencv +# Image Segmentation Using Color space and OpenCV The process of partitioning a digital image into multiple segments is defined as image segmentation. Segmentation aims to divide an image into regions that can be more representative and easier to analyze. The image is first converted into HSV. Then, swatches of the desired color are chosen and a mask of the chosen color is applied to the image. Next, swatches of the second color are chosen and a mask of the chosen color is applied to the image. Next the two masks are combined and the segmentation is cleaned up using a blur. @@ -190,7 +190,7 @@ One important feature of this algorithm is that it selects the appropriate numbe ### Face Application --- -## Piplines +## Pipelines - [seetaface/SeetaFaceEngine](https://github.com/seetaface/SeetaFaceEngine) ---