forked from satu0king/ImageProcessing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
47 lines (37 loc) · 1.01 KB
/
README.txt
File metadata and controls
47 lines (37 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
C++ Project - 2017
Group 11
INSTRUCTIONS
- Compile using g++ *.cpp
- 2 Modes of running
-> ./a.out lena.ppm (Runs all tasks)
-> ./a.out lena.ppm 3 1 2 (Runs tasks 3,1,2 selectively)
Group Members
IMT2016008 - Satvik SR
IMT2016037 - Siddarth Reddy Desu
IMT2016064 - Archit Kashyap
IMT2016085 - Swapnil Buchke
IMT2016105 - Gunturi Sandeep
IMT2016124 - Akash Sharma
Individual Contributions
IMT2016008 - Satvik SR
- Base classes
- Histogram class
- Binarize of Special Image
- Task 5
IMT2016037 - Siddarth Reddy Desu
- ConnectedComponents class
- Task 6
IMT2016064 - Archit Kashyap
- Composition part in Special Image
- Image_64 class
- Task 2
IMT2016085 - Swapnil Buchke
- Scaled Image
- Primitive Square Image
- Task 7
IMT2016105 - Gunturi Sandeep
- Reflection part in Special Image
- Task 1
IMT2016124 - Akash Sharma
- Noise Image
- Task 8