zoukankan      html  css  js  c++  java
  • 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)
    
  • 相关阅读:
    mysql忘记root密码解决办法
    laravel 获取所有表名
    跳转/传值(从页面到php文件)
    smarty foreach
    radio单选框
    dedecms实例化对象
    file_get_contents()
    if($a)
    bug解决思路
    git查看远程仓库地址
  • 原文地址:https://www.cnblogs.com/sunleecn/p/2234211.html
Copyright © 2011-2022 走看看