Introduction - If you have any usage issues, please Google them yourself
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.