#include <vector>
#include <cmath>
#include <cvd/image.h>
Go to the source code of this file.
Namespaces | |
namespace | CVD |
namespace | CVD::Internal |
Functions | |
template<class It > | |
void | CVD::haar1D (It from, int size) |
template<class It > | |
void | CVD::haar1D (It from, It to) |
template<class It , class TempIt > | |
void | CVD::Internal::haar1D (It from, int w, TempIt store) |
template<class T > | |
void | CVD::haar2D (SubImage< T > &I) |
template<class It > | |
void | CVD::haar2D (It from, const int width, const int height, int stride=-1) |
template<class It > | |
void | CVD::inv_haar1D (It from, int size) |
template<class It > | |
void | CVD::inv_haar1D (It from, It to) |
template<class It , class TempIt > | |
void | CVD::Internal::inv_haar1D (It from, int w, TempIt store) |