Code Monkey home page Code Monkey logo

jasonfilippou / vision Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 186.58 MB

MATLAB implementations of various Computer Vision algorithms.

License: GNU General Public License v2.0

M 1.42% MATLAB 18.72% Objective-C 1.60% Makefile 3.03% C 63.27% C++ 4.62% Python 3.76% CSS 1.45% Clean 0.30% TeX 1.75% Shell 0.08%
computer-vision-algorithms vision matlab stereo mosaic texture-synthesis graph-cuts image-processing image-segmentation bag-of-visual-words

vision's Introduction

Vision

MATLAB implementations of various popular Computer Vision algorithms and tasks. The entirety of the code was authored for completing the requirements of CMSC733, UMD's graduate-level Computer Vision course, during the Fall 2014 semester (URL: http://www.cs.umd.edu/~djacobs/CMSC733/CMSC733_14.htm).

Directory structure

All directories contain local README files which explain how to read and run the source code in detail.

  • Canny: Contains an implementation of the popular Canny Edge Detector, as well as relevant documentation.
  • Texture Synthesis: Implements the Texture Synthesis algorithm of Efros and Leung.
  • Ncut: Implements the Normalized Cut algorithm of Shi and Malik for the problem of segmenting 2D point sets.
  • Mosaic: Implements image mosaicing with RANSAC on top of SIFT-matched image keypoints.
  • Stereo: Implements stereo matching with graph cuts, as described in the paper of Boykob, Vekslek and Zabih "Fast approximate energy minimization via graph cuts".
  • BoVW: Multi-class classification on the Caltech 101 dataset using Bags-of-Visual Words.

Code Dependencies

All code has been implemented in MATLAB, and has been tested with R2014b, on both Linux and Windows 64 bit. MATLAB's Image Processing toolbox is required for all of the algorithms, except for Ncut. Some programs (Mosaic, Stereo, BoVW) use MEX wrappers to compile C code to use from within MATLAB, so you will need a C/C++ compiler to compile and link them.

###Contact

Contact Jason Filippou ([email protected]) with any questions or concerns.

vision's People

Contributors

jasonfilippou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.