Giter VIP home page Giter VIP logo

computer-vision-algorithms's Introduction

About

Custom implementations of common machine learning algorithms. Purely for training purposes and not intended for productive use.

Files

All files can simply be executed with python filename.py (i.e. no command line arguments).

Computer Vision

  • binary_dilation_erosion.py - Dilation, Erosion, Opening and Closing for binary images.
  • canny.py - Canny edge detector.
  • crosscorrelation_convolution.py - Implementation of crosscorrelation and convolution to apply filters to images.
  • eigenfaces.py - Apply a PCA (from sklearn) to human faces, plot the principal components (aka eigenfaces).
  • gauss.py - Gauss filter for smoothing of images.
  • gradients.py - Calculate x and y derivatives of an image using symmetric, backward and forward gradient techniques.
  • graph_image_segmentation.py - Split an image to segments using a simple graph based technique with internal and external subgraph differences.
  • harris.py - Calculate the Harris edge detector score of pixels in an image.
  • histogram_equalization.py - Normalize the intensity histogram of an image using histogram stretching and cumulative histogram equalization.
  • hough.py - Find a line in a noisy image using a Hough Transformation.
  • mean_shift_segmentation.py - Split an image to segments using mean shift clustering.
  • otsu.py - Binarize an image using Otsu's method.
  • prewitt.py - Apply a Prewitt filter to an image to calculate the x/y gradients.
  • rank_order.py - Apply rank order filters to an image for (non-binary) erosion/dilation/closing/opening, median filtering and morphological edge detection.
  • sift.py - Simplified implementation of the SIFT keypoint locator. Does not contain the descriptor nor sophisticated keypoint filtering (using hessian und principal curvatures). Also does not resize scales with higher sigmas.
  • sobel.py - Apply a Sobel filter to an image for smoothed gradient calculation.
  • template_matching.py - Find an example template image in a larger image.

Classifiers

  • gaussian_mixture_1d_em.py - Train a mixture model of 1d gaussians using the EM algorithm.

Requirements

Python 2.7, scipy, numpy, sklearn, scikit-image, matplotlib

computer-vision-algorithms's People

Contributors

aleju avatar

Watchers

James Cloos avatar Lukas S. avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.