您的位置:首页 > 编程语言 > MATLAB

Matlab Computer Vision and Pattern Recognition toolbox

2011-11-03 10:21 519 查看

Download

My hand-made matlab functions which you've seen in SciSoftware are available at http://cvprtoolbox.svn.sourceforge.net/viewvc/cvprtoolbox.tar.gz?view=tar


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)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: