Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sonots/cvprtoolbox

Yet Another MATLAB Computer Vision and Pattern Recognition toolbox
https://github.com/sonots/cvprtoolbox

Last synced: 2 months ago
JSON representation

Yet Another MATLAB Computer Vision and Pattern Recognition toolbox

Awesome Lists containing this project

README

        

Computer Vision and Pattern Recognition toolbox

**NEWS: This library is not maintained anymore. New maintainers are welcome!**

# PURPOSE

The aim of this toolbox is to present source codes in matlab
as another kind of references for helping people to understand
computer vision methods. Thus, some methods were re-implemented,
even if matlab has the methods originally, when their source
codes are not available. For example, kmeans algorithm
was re-implemented.
Howerver, notice that the built-in functions are faster than
functions created in this toolbox because the built-in functions
are mostly written in C.

# FIRST THING TO DO

```
>> run '/startup.m'
>> help cvprtoolbox
```

# RUN DEMO

Demos are assumed to be ran at 'demo' directory.

```
>> cd '/demo'
```

You can find examples about how to run functions at there.
(they are like examples rather than tutorials)

# PROJECTS

You may get interests from my real projects using cvprotoolbox.
See http://note.sonots.com/SciSoftware.html, and https://github.com/sonots/cvprtoolbox-project.

# LICENSE

See [LICENSE.txt](./LICENSE.txt)