https://github.com/malk97sc/images
OpenCV Image Processing
https://github.com/malk97sc/images
c computer-vision cpp image-processing opencv python
Last synced: 10 months ago
JSON representation
OpenCV Image Processing
- Host: GitHub
- URL: https://github.com/malk97sc/images
- Owner: Malk97sc
- Created: 2025-03-08T16:52:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-27T01:56:34.000Z (10 months ago)
- Last Synced: 2025-08-27T10:33:11.981Z (10 months ago)
- Topics: c, computer-vision, cpp, image-processing, opencv, python
- Language: C
- Homepage:
- Size: 25.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Processing in C/C++/Python
This repository contains a collection of projects and experiments in Image Processing and Computer Vision, implemented using OpenCV (C++/Python) and also custom implementations without OpenCV in C.
It covers concepts such as edge detection, denoising, CNN architectures, pooling, upscaling, masking, and object detection.
## Structure
- **Cnn_Architecture/**: CNN building blocks.
- **Concepts/**: Small examples to learn fundamental concepts.
- **Contour/**: Contour detection algorithms.
- **Data/**: Images used for testing.
- **Denoise/**: Image denoising techniques.
- **Edges/**: Edge detection algorithms.
- **Mask/**: Image masking and region selection.
- **Non-OpenCv/**: Implementations of algorithms without OpenCV using C.
- **ObjectDT/**: Object detection examples.
- **Plot/**: Utils functions to show images.
- **Pooling/**: Pooling operations.
- **Upscaling/**: Image upscaling experiments.
- **Projects/**: Larger integrated projects combining multiple techniques.
Note: All examples have been tested on Linux.