File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ Codes (it'll send you to appropriate file):
25
25
<br />
26
26
Experimental results (figures and tables on this page):
27
27
28
- * < a href = " # RGB channels of the image separately" >RGB channels of the image separately</ a >
29
- * < a href = " # Examples of Simple Filtering for Edge Detection" >Examples of Simple Filtering for Edge Detection</ a >
30
- * < a href = " # Convolution of Images" >Convolution of Images</ a >
28
+ * [ RGB channels of the image separately] ( #rgb- channels-of- the- image- separately)
29
+ * [ Examples of Simple Filtering for Edge Detection] ( #examples-of-simple-filtering- for-edge-detection )
30
+ * [ Convolution of Images] ( #convolution-of-images )
31
31
32
32
<br />
33
33
34
- ### <a name = " RGB channels of the image separately" >RGB channels of the image separately</a >
34
+ ### <a id = " rgb- channels-of- the- image- separately" >RGB channels of the image separately</a >
35
35
36
36
![ RGB_channels] ( images/RGB_channels_of_image.png )
37
37
38
38
<br />
39
39
40
- ### <a name = " Examples of Simple Filtering for Edge Detection " >Examples of Simple Filtering for Edge Detection</a >
40
+ ### <a id = " examples-of-simple-filtering- for-edge-detection " >Examples of Simple Filtering for Edge Detection</a >
41
41
Taking ** RGB image** as input, converting it to ** GrayScale** .
42
42
<br />Consider following part of the code:
43
43
@@ -144,7 +144,7 @@ Full code is available here: [Simple_Filtering.py](https://github.com/sichkar-va
144
144
145
145
<br />
146
146
147
- ### <a name = " Convolution of Images " >Convolution of Images</a >
147
+ ### <a id = " convolution-of-images " >Convolution of Images</a >
148
148
Implementing image processing via convolution operation.
149
149
<br />Creating function for convolution, defining filters and showing resulted images.
150
150
You can’t perform that action at this time.
0 commit comments