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

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

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

![gaus](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/e9dd0ffb-0c02-489f-85c9-ed05dc635883)

## Sobel filtering and gradient finding
![sobel](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/f704587a-abbb-4297-bae0-bead4f0e0d3a)

## Harris Corner
![harris](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/fa3cf0cf-dec8-4b0f-9294-60b7ce015d8a)

## Quantization
![quantization](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/27bef618-2cee-4dd7-9a2a-aa7d3348bb81)

## Histogram equalization
![histogram](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/68c4f5e7-abff-4572-8ad1-e0df9f357408)

## Lowpass filtering
![lowpass](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/a83e40e9-1905-4894-b740-074c91c1d6b9)

## Noising and Denoising in Frequency Domain
![noisy](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/ea1dec97-0134-45b8-92aa-2de3ac8beb8a)
![denoise](https://github.com/9Xxi8Q4f/CV_IM/assets/89272933/41262405-6e7d-482b-9b63-e3ca9968eef7)