/computer-vision

Computer Vision and Image Processing MATLAB implementations

Primary LanguageMatlab

Computer Vision and Pattern Recognition

1. About this repository

This repository is a collection of basic computer vision and image processing techniques. The implementations of the algorithms are in MATLAB.

2. Histogram Equilization

Image processing technique. See more details here.

Code

3. Contrast Stretching

Image processing technique. See more details here.

Code

4. Edge Detection

Image processing technique. See more details here.

Code

5. Background Removal

Image processing technique. See more details here.

Code

6. Background Foreground Separation

Foreground detection and Background subtraction is a major tasks in Computer Vision and Image processing. See more details here.

Code