1
1
# Package/Script Name
2
2
3
3
Short description of package/script
4
+ Image Processing and Computer Vision python script.
4
5
5
6
- If package, list of functionalities/scripts it can perform
7
+ - Package: OpenCV (Open Source Computer Vision Library)
8
+ - Image reading and writing, Image manipulation,Image segmentation.
6
9
- If standalone script, short description of script explaining what it achieves
7
10
8
11
## Setup instructions
9
12
10
13
Explain how to setup and run your package/script in user's system
14
+ 1.Install Python
15
+ 2.Install OpenCV
16
+ 3.Import OpenCV
17
+ 4.Load and use OpenCV functions
18
+ 5.Download the script
19
+ 6.Provide input image
20
+ 7.Adjust parameters (if necessary)
21
+ 8.Run the package or script
22
+
11
23
12
24
## Detailed explanation of script, if needed
13
25
@@ -16,11 +28,16 @@ If code is not explainable using comments, use this sections to explain your scr
16
28
## Output
17
29
18
30
Display images/gifs/videos of output/result of your script so that users can visualize it
31
+ ![ Screenshot (38)] ( https://github.com/avinashkranjan/Amazing-Python-Scripts/assets/114355209/43e343b4-60ba-42c0-9e14-2752505890ff )
32
+
33
+ ![ Screenshot (39)] ( https://github.com/avinashkranjan/Amazing-Python-Scripts/assets/114355209/64494857-e353-4b84-8d78-611b094a5f74 )
34
+
35
+
19
36
20
37
## Author(s)
21
38
22
39
Name(s) of author(s)
23
-
40
+ AnushkaS1
24
41
## Disclaimers, if any
25
42
26
43
Use this section to mention if any particular disclaimer is required
0 commit comments