Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

16 lines (15 loc) · 1.23 KB

Computer Vision

Projects done during the computer vision course instructed by dr. Naderi

Image Filters Applying diffrent filters on diffrent images and observing how each filter can exploit diffrent features of an image. Furthermore , how the appliance of filters on images prior to inputing them to a CNN model can enhance the precision of the result.
Counting Stars : a noise reduction task Counting Number of stars in the sky from a noisy image. for succeeding in this task we had to reduce the white noises and count the significant remaining white dots as stars.
Histogram Sliding Histograms of a number of images are plotted, then slidded to left and right which resulted in new histograms. for each slidded histogram its corresponding image is visualized which is practical for comparison between diffrent histograms.