Skip to content

Commit 6ee6545

Browse files
Update README.md
1 parent c241fc9 commit 6ee6545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Codes (it'll send you to appropriate file):
2525
Experimental results (figures and tables on this page):
2626

2727
* <a href="#RGB channels of the image separately">RGB channels of the image separately</a>
28-
* <a href="#Simple Filtering">Simple Filtering</a>
28+
* <a href="#Examples of Simple Filtering">Examples of Simple Filtering</a>
2929

3030
<br/>
3131

@@ -35,7 +35,7 @@ Experimental results (figures and tables on this page):
3535

3636
<br/>
3737

38-
### <a name="Simple Filtering">Simple Filtering</a>
38+
### <a name="Examples of Simple Filtering">Examples of Simple Filtering</a>
3939

4040
```py
4141
import numpy as np
@@ -44,7 +44,7 @@ import numpy as np
4444

4545
![Four_Filters](images/Four_Filters.png)
4646

47-
Full code is available here: [Symple_Filtering.py](https://github.com/sichkar-valentyn/Image_processing_in_Python/tree/master/Codes/Symple_Filtering.py)
47+
Full code is available here: [Simple_Filtering.py](https://github.com/sichkar-valentyn/Image_processing_in_Python/tree/master/Codes/Simple_Filtering.py)
4848

4949
<br/>
5050

0 commit comments

Comments
 (0)