| 
    CUV
    0.9.201304091348
    
   | 
 
classes/methods dealing with the construction of image pyramids More...

Go to the source code of this file.
Classes | |
| class | cuv::image_pyramid< __matrix_type > | 
| image pyramid decreasing in size logarithmically.  More... | |
Namespaces | |
| namespace | cuv | 
| contains all cuv functionality  | |
Functions | |
| template<class T , class S , class I > | |
| void | cuv::gaussian_pyramid_downsample (tensor< T, S, row_major > &dst, const cuda_array< T, S, I > &src, const unsigned int interleaved_channels) | 
| sample down an image by a factor of 2   | |
| template<class T , class S , class I > | |
| void | cuv::gaussian_pyramid_upsample (tensor< T, S, row_major > &dst, const cuda_array< T, S, I > &src) | 
| template<class TDest , class T , class S , class I > | |
| void | cuv::get_pixel_classes (tensor< TDest, S, row_major > &dst, const cuda_array< T, S, I > &src, float scale_fact) | 
| template<class T , class S , class I > | |
| void | cuv::gaussian (tensor< T, S, row_major > &dst, const cuda_array< T, S, I > &src) | 
classes/methods dealing with the construction of image pyramids
Definition in file image_pyramid.hpp.
 1.8.1.2