Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sonots/cvprtoolbox
- Owner: sonots
- License: mit
- Created: 2012-09-29T06:55:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T20:21:42.000Z (about 10 years ago)
- Last Synced: 2024-10-13T08:08:51.909Z (3 months ago)
- Language: Matlab
- Homepage:
- Size: 2.55 MB
- Stars: 9
- Watchers: 0
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)