File: INSTALL

package info (click to toggle)
libocas 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 4,392 kB
  • ctags: 298
  • sloc: ansic: 6,290; makefile: 76
file content (46 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Issue make 

    make

which should produce

    svmocas         ... standalone application for training binary linear SVM classifiers
    msvmocas        ... standalone application for training multi-class linear SVM classifiers
    linclass        ... implementation of linear classification rule
    svmocas.so      ... Linux library

In addition, if mex compiler is in path then the following Matlab functions
    
    msvmocas.mexXXX          ... Training multi-class linear SVM classifier
    svmocas.mexXXX           ... Training two-class linear SVM classifier
    svmlight_linclass.mexXXX ... Linear classifier loading examples directly form SVM^light file
    svmocas_lbp.mexXXX       ... Training two-class linear SVM classifier for grey-scale images
    
    lbpfilter.mexXXX         ... functions computing LBP features on grey-scale images
    lbppyr_features.mexXXX 
    lbppyr.mexXXX


MATLAB
======

First, CD to the root folder of OCASLIB and then:

To test LIBOCAS library type
    libocas_test

To test SVMOCAS_LBP try
    svmocas_lbp_example

To get help type 
    help Content
    

STANDALONE APPLICATIONS
=======================

To get help type
    ./svmocas
    ./msvmocas
    ./linclass