|
CUV
0.9.201304091348
|
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. | |
integral image computation
1.8.1.2