Matlab Computer Vision and Pattern Recognition toolbox

Download

My hand-made matlab functions which you've seen in SciSoftware are available at

SVN

Or, you may want to use a SVN client for easier upgrade as

$ svn http://cvprtoolbox.svn.sourceforge.net/svnroot/cvprtoolbox/ cvprtoolbox

Update in the future.

$ cd cvprtoolbox
$ svn update

README.txt

Computer Vision and Pattern Recognition toolbox

PURPOSE
 The aim of this toolbox is to give source codes of methods in 
 matlab as another kind of reference resource to help people 
 to understand about  the methods. Thus, some methods were 
 re-implemented even if matlab has the method originally, but its 
 source code is not available (for example, kmeans algorithm 
 was re-implemented). I am glad if these source codes help you
 to understand about some methods. However, be careful that 
 codes do not tell all theories behind, codes use only math 
 equations after derivations. 

FIRST THING TO DO
 >> run '<path to cvprtoolbox>/startup.m'
 >> help cvprtoolbox

RUN DEMO
 Demos are assumed to be ran at 'demo' directory. 
 >> cd '<path to cvprtoolbox>/demo'
 You can find examples about how to run functions at there. 
 (they are like examples rather than tutorials)
原文地址:https://www.cnblogs.com/sunleecn/p/2234211.html