Skip to content

A collection of small computer vision projects across various languages

License

Notifications You must be signed in to change notification settings

stevepapazis/computer-vision-projects

Repository files navigation

Computer Vision Projects

A collection of computer vision projects implemented in various languages

Detecting Faces with SVMs

A simple face detector that uses a Support Vector Machine (SVM) trained on Histograms of Oriented Gradients (HOG).

The HOG pattern learned by the SVM:

HOG pattern learned by the SVM

Face detection example:

face detection example

Efficient Graph-Based Image Segmentation

A fast Python implementation of the classic image segmentation algorithm by Felzenszwalb and Huttenlocher.

Examples:

  • beach.jpg:

  • Ioannina clock tower:

Histogram Equalization

An implementation of the contrast enhancement technique known as histogram equalization.

lena, it's histogram, equalized lena and it's histogram

About

A collection of small computer vision projects across various languages

Topics

Resources

License

Stars

Watchers

Forks