Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1010 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 1010 Bytes

computer-vision

This repository holds the coding assignments and term project for my Computer Vision (EC60002) course taught by Prof Debhasish Sen at IIT Kharagpur

    1. RGB representation of a true white object
    2. RGB representations of the object captured by the three spectral tristimulus system for different object reflectances.
    1. RGB to HSI
    2. RGB to HSI with Auto white balancing
    1. DoG as band pass filter
    2. DoG as edge detector, blob detector
    1. Resote the degraded images usign any of the two appropriate order-statistic filters.
    2. Compare the SSIM values of the degraded images with the original image.
    3. Tabulate the SSIM values of the degraded images.
    4. Discuss the SSIM values of the degraded images.