Skip to content

Commit ba659d7

Browse files
Update README.md
1 parent 5633458 commit ba659d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ You can check [this](https://chandraji.dev/how-to-create-a-paint-brush-applicati
5757

5858
It shows code on how to make use of drawing functions in opencv to achieve a particular figure (here, opencv symbol). It makes use of _ellipse_ method of cv2 and by defining proper parameters to angle and rotation, symbol drawing can be achieved.
5959

60+
You can check [this](https://chandraji.dev/lets-draw-opencv-logo-using-opencv) blog for more information on the approach taken.
61+
6062

6163
### Detect Skin
6264

@@ -97,7 +99,7 @@ This python script allows user to give a fancy look to your image. Here i have u
9799
2. Define class Brocade, that will contain our kernel and main function definition.
98100
3. Then call the main function, if it is inside the same script.
99101

100-
You can check [this](https://chandraji.dev/brocading-naruto-a-computer-vision-activity) blog for more info on brocade naruto.
102+
You can check [this](https://chandraji.dev/brocading-naruto-a-computer-vision-activity) blog for more information on the approach taken.
101103

102104
* Result
103105

0 commit comments

Comments
 (0)