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.
- Host: GitHub
- URL: https://github.com/negarhonarvar/computer-vision
- Owner: negarhonarvar
- Created: 2024-09-02T01:30:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T13:30:24.000Z (over 1 year ago)
- Last Synced: 2025-04-23T18:15:14.192Z (10 months ago)
- Topics: computer-vision, filters, histogram-equalization, histogram-slider, kernels
- Language: Jupyter Notebook
- Homepage:
- Size: 34.4 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.