https://github.com/nogaor/Chameleon_classification
Raw File
Tip revision: 4ff64db90ed216fb9e8468cabc02caedaeeaa5bb authored by nogaor on 03 July 2015, 14:58:18 UTC
Update README.md
Tip revision: 4ff64db
create_gray_features.m
function feats = create_gray_features(images, model,params)

feats = extractC2forcell(model.filters,model.fSiz, params.c1SpaceSS,params.c1ScaleSS,model.c1OL,...
     model.cPatches,images,params.numPatchSizes,model.numSimpleFilters);    
back to top