CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Functions
cuv::integral_img Namespace Reference

integral image computation More...

Functions

template<class V1 , class V2 , class T , class M >
void integral_image (cuv::tensor< V1, T, M > &dst, const cuv::tensor< V2, T, M > &src)
 calculate the integral image
template<class V1 , class V2 , class T , class M >
void scan (cuv::tensor< V1, T, M > &dst, const cuv::tensor< V2, T, M > &src)
 integrate rows of an image
template<class V , class M >
void integral_image_4d (cuv::tensor< V, M > &dst, const cuv::tensor< V, M > &src)
 calculates many integral images in parallel, for data given in format required by Alex' convolutions.

Detailed Description

integral image computation