Skip to content

Commit 0c9fa29

Browse files
authored
added quick links
1 parent 465b8de commit 0c9fa29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ In today's world, Image processing is everywhere and in the future everything wi
2929

3030
# Description of added directories:
3131

32-
## Camera_Input:
32+
## [Camera_Input](https://github.com/Ddhruv-IOT/Python-Image-Processing/tree/main/Camera_Input):
3333
- shows how to take input from camera (default, external, IP cam)
3434
- Adding output to Tkinter Window for GUI development purposes
3535

36-
## Operations:
36+
## [Operations](https://github.com/Ddhruv-IOT/Python-Image-Processing/tree/main/Operations):
3737
- Shows various types of operations like:
3838
- Resizing image
3939
- Cropping image
@@ -46,11 +46,11 @@ In today's world, Image processing is everywhere and in the future everything wi
4646
- Saving images
4747
- Displaying multiple images
4848

49-
## Opening Images:
49+
## [Opening Images](https://github.com/Ddhruv-IOT/Python-Image-Processing/tree/main/opening%20images):
5050
- Shows how to open images in python
5151
- saving images
5252

53-
## Image_Augmentation:
53+
## [Image_Augmentation](https://github.com/Ddhruv-IOT/Python-Image-Processing/tree/main/Image_Augmentation):
5454
- Image augmentation is a technique that is used to artificially expand the data-set.
5555
- This is helpful when we are given a data-set with very few data samples
5656
- In this case I have used Keras to achieve image augmentation.

0 commit comments

Comments
 (0)