Skip to content

Commit c5251ff

Browse files
Merge pull request akshitagupta15june#1802 from christianmckinnon/my-contribution
Updated Documentation Fix for Issue akshitagupta15june#1801
2 parents 66e39dd + 3f91bcb commit c5251ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Awesome-face-operations/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OpenCV 3 comes with a pencil sketch effect right out of the box. The cv2.pencilS
3333
<img src="https://user-images.githubusercontent.com/78999467/112639322-3a40cb80-8e68-11eb-8a6e-266b923b038e.png" alt="drawing" width="300" height="300"/>
3434

3535

36-
# Image Segmentation Using Color space and Opencv</h1>
36+
# Image Segmentation Using Color space and OpenCV
3737
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.
3838
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.
3939

@@ -190,7 +190,7 @@ One important feature of this algorithm is that it selects the appropriate numbe
190190
### Face Application
191191

192192
---
193-
## Piplines
193+
## Pipelines
194194

195195
- [seetaface/SeetaFaceEngine](https://github.com/seetaface/SeetaFaceEngine)
196196
---

0 commit comments

Comments
 (0)