You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,4 +87,16 @@ Stages involved in Canny Edge detection:
87
87
Here, the file executes for a single image window and shows how canny edge detection results varies for different values using a trackbar application.
88
88
89
89
90
+
### Brocade Naruto
91
+
92
+
This python script allows user to give a fancy look to your image. Here i have used Naruto's image as an example. It involves the following steps to write python script:
93
+
94
+
1. Import the required libraries.
95
+
2. Define class Brocade, that will contain our kernel and main function definition.
96
+
3. Then call the main function, if it is inside the same script.
97
+
98
+
* Result
99
+
100
+

101
+
90
102
###### Special thanks to [Adrian Rosebrock](https://www.pyimagesearch.com/about/) for an amazing tutorial and giving inspiration to work on computer vision.
0 commit comments