An open API service indexing awesome lists of open source software.

https://github.com/negarhonarvar/computer-vision

Classic Computer vision projects.
https://github.com/negarhonarvar/computer-vision

computer-vision filters histogram-equalization histogram-slider kernels

Last synced: 10 months ago
JSON representation

Classic Computer vision projects.

Awesome Lists containing this project

README

          

# 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.