Skip to content

Commit c8f909d

Browse files
Update README.md
1 parent 7825328 commit c8f909d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ Experimental results (figures and tables on this page):
3737

3838
### <a name="Simple Filtering">Simple Filtering</a>
3939

40-
![RGB_channels](images/RGB_channels.png)
40+
```py
41+
import numpy as np
42+
43+
```
44+
45+
![Four_Filters](images/Four_Filters.png)
46+
47+
Full code is available here: [Symple_Filtering.py](https://github.com/sichkar-valentyn/Image_processing_in_Python/tree/master/Codes/Symple_Filtering.py)
4148

4249
<br/>
4350

0 commit comments

Comments
 (0)