Computer Vision Resources
CVR >
Top >
Software >
Code
Code:
-
Color Image Segmentation
C++ implementation of color image segmentation using controlled rival-penalized competitive learning in multiple color spaces.
URL: http://www.mavrinac.com/projects/imageseg/index.html
-
FAST Corner Detection
Edward Rosten's FAST corner detector implemented in C and Matlab with precompiled binaries and some test images.
URL: http://svr-www.eng.cam.ac.uk/~er258/work/fast.html
-
KLT: Kanade-Lucas-Tomasi Feature Tracker
KLT is an implementation, in the C programming language, of a feature tracker for the computer vision community.
URL: http://www.ces.clemson.edu/~stb/klt/
-
Peter's Functions for Computer Vision
Matlab and Octave functions
for computer vision and image processing.
URL: http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/
-
Savitzky-Golay Filters for 2D Images
A derivation of Savitzky-Golay filters for 2D images, Matlab code for computing the filters, and a C file with various computed filters.
URL: http://research.microsoft.com/users/jckrumm/SavGol/SavGol.htm
-
SUSAN Low Level Image Processing
SUSAN is an acronym for Smallest Univalue Segment Assimilating Nucleus. The SUSAN algorithms cover image noise filtering, edge finding and corner finding.
URL: http://users.fmrib.ox.ac.uk/~steve/susan/index.html
-
Tapas Kanungo's Software Page
Hidden Markov model (HMM), ground truth editing and visualization, page segmentation evaluation, K-means clustering.
URL: http://www.kanungo.com/software/software.html
-
U of C Vision Lab - Tools
Various algorithms implemented in C (chain code, Hough transform, Zhang-Suen thinning, etc.) by the University of Calgary Vision Lab.
URL: http://pages.cpsc.ucalgary.ca/~parker/soft.htm
Powered by Yet Another Link Directory