CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Functions
Histogram of Oriented Gradients (HOG)
special purpose functions
Collaboration diagram for Histogram of Oriented Gradients (HOG):

Functions

template<class V , class M >
void cuv::libs::hog::hog (cuv::tensor< V, M > &dst, const cuv::tensor< V, M > &src, unsigned int spatialpool=3)
 calculate hog descriptor of src

Detailed Description

Function Documentation

template<class V , class M >
void cuv::libs::hog::hog ( cuv::tensor< V, M > &  dst,
const cuv::tensor< V, M > &  src,
unsigned int  spatialpool = 3 
)

calculate hog descriptor of src

Parameters
dstbins x h x w descriptors
srcchan x h x w image
spatialpoolkernel radius for spatial pooling