Matlab, Dalal. .
http://hi.baidu.com/fpmaldfoamdfmze/item/4f3b3ac881affcb00c0a7b11
, !
HOG . ( ) .
, , HOG . "". "". . .
, ,
cellpw, cellph: .
nblockw, nblockh: x y .
nthet: .
issigned:
overlap: ,
isglobalinterpolate:
normmethod:
-
cellpw = 8;
cellph = 8;
nblockw = 2;
nblockh = 2;
nthet = 9;
= 0,5;
isglobalinterpolate = 'localinterpolate';
unsigned = 'unsigned';
normmethod = 'l2hys';
Matlab - -
I = imread('car.png');
Ig = rgb2gray(I);
F = hogcalculator(Ig, 8, 8, 2, 2, 9, 0.5,'localinterpolate', 'unsigned', 'l2hys');
/ F .
,
, () ( ) . SVM . libsvm -
http://www.csie.ntu.edu.tw/~cjlin/libsvm/
, . SVM, .
, , , . nthet, cellpw cellph.
!