Skip to content

Commit 199f136

Browse files
committed
[CV] Final Upload
1 parent 86e6a48 commit 199f136

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Computer-Vision-Assignments
22

3-
> Reports of all the assignments are available in ./Report directory.
3+
## Reports of all the assignments are available in ./Report directory.
44

5-
============================================================================
65
## Assignment-1
76
- Average Filter (3x3, 5x5, 11x11, and 15x15). Analysis of using avg filter with different kernel sizes.
87
- Adding *Salt and Pepper noise*. Removing noise using median filter with different kernel sizes.
@@ -11,13 +10,11 @@
1110
- Performed **Discrete Wavelet Transform using Haar classifier** to remove High frequency component to smoothen the images.
1211
- Performed Watermarking using DWT.
1312

14-
============================================================================
1513
## Assignment-2
1614
- Implemented **Hough Tranform for circles** from scratch.
1715
- Camera Calibration using checkerboard.
1816
- Implemented **Harris Corner Detection** from scratch.
1917

20-
============================================================================
2118
## Assignment-3
2219
- Image segmentation using **K-Means clustering** for:
2320
- 3-D Color Space
@@ -28,15 +25,11 @@
2825
- Seeded Segmentation - Manually marking point in an image and recursively analyzing nearby points.
2926
- **Image Classification** using **Bag-of-Visual-Word** with HOG and LBP features on **CIFAR-10** Dataset.
3027

31-
============================================================================
3228
## Assignment-4
3329
- **Image Classification**: Extracted features from pretrained **AlexNet** model and classification using Random Forest Classifier.
3430
- **Convolutional Neural Network**: Created our own architecture for CNN and performed 4 class classfication from CIFAR-10 Dataset.
3531
- **Image Identification and Matching**: Matched using **Brute-Force** feature matching technique and plotted box for matched object in images.
3632
- **Panaroma Stiching**: Stiched 3 Taj Mahal Images into 1.
3733

38-
============================================================================
3934
## Assignment-5 [Bonus]
4035
- Computed **Depth Map** in given 2 images.
41-
42-
============================================================================

0 commit comments

Comments
 (0)