CUV
0.9.201304091348
|
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 |
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
dst | bins x h x w descriptors |
src | chan x h x w image |
spatialpool | kernel radius for spatial pooling |