https://github.com/mozturan/cv_im
Computer Vision and Image Processing examples/implementations
https://github.com/mozturan/cv_im
blur computer-vision harris-corner-detector histogram-equalization image-filtering image-processing
Last synced: 6 months ago
JSON representation
Computer Vision and Image Processing examples/implementations
- Host: GitHub
- URL: https://github.com/mozturan/cv_im
- Owner: mozturan
- Created: 2023-03-13T19:51:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T11:39:49.000Z (over 1 year ago)
- Last Synced: 2025-02-15T03:47:24.871Z (8 months ago)
- Topics: blur, computer-vision, harris-corner-detector, histogram-equalization, image-filtering, image-processing
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV_IM
Computer Vision and Image Processing examples
This repo contains some applications (from scratch) of **image processing and computer vision**.
---------------------
## **Note:** Sorry this repo is a mess because it contains my old works. But here are some **__examples__** outputs of these codes:## Applying gaussian noise / bluring

## Sobel filtering and gradient finding
## Harris Corner
## Quantization
## Histogram equalization
## Lowpass filtering
## Noising and Denoising in Frequency Domain

