Skip to content

Commit dbd271b

Browse files
committed
Added Brocaded Naruto explanation
1 parent e8809e1 commit dbd271b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,16 @@ Stages involved in Canny Edge detection:
8787
Here, the file executes for a single image window and shows how canny edge detection results varies for different values using a trackbar application.
8888

8989

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+
![Result](naruto_brocaded.png)
101+
90102
###### 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

Comments
 (0)