Skip to content

Commit 7825328

Browse files
Update README.md
1 parent 49ce38e commit 7825328

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Image processing. Getting data from images in form of matrix with numbers, slici
1919
Codes (it'll send you to appropriate file):
2020
* [Opening_png_jpg](https://github.com/sichkar-valentyn/Image_processing_in_Python/tree/master/Codes/Opening_png_jpg.py)
2121
* [Converting_RGB_to_GreyScale](https://github.com/sichkar-valentyn/Image_processing_in_Python/tree/master/Codes/Converting_RGB_to_GreyScale.py)
22+
* [Symple_Filtering](https://github.com/sichkar-valentyn/Image_processing_in_Python/tree/master/Codes/Symple_Filtering.py)
2223

2324
<br/>
2425
Experimental results (figures and tables on this page):
2526

2627
* <a href="#RGB channels of the image separately">RGB channels of the image separately</a>
28+
* <a href="#Simple Filtering">Simple Filtering</a>
2729

2830
<br/>
2931

@@ -33,6 +35,12 @@ Experimental results (figures and tables on this page):
3335

3436
<br/>
3537

38+
### <a name="Simple Filtering">Simple Filtering</a>
39+
40+
![RGB_channels](images/RGB_channels.png)
41+
42+
<br/>
43+
3644
### MIT License
3745
### Copyright (c) 2018 Valentyn N Sichkar
3846
### github.com/sichkar-valentyn

0 commit comments

Comments
 (0)