|
STIRA
0.1
|
class implementing the Laplacian pyramid accoring to Burt and Adelson More...
#include <PyramidBurtAdelson.h>
Public Member Functions | |
| PyramidBurtAdelson () | |
| constructor | |
| ~PyramidBurtAdelson () | |
| destructor | |
| bool | Decompose (Image *pImage, int nrScales) |
| decomposes an image in given number of scales More... | |
| ArrayGrid< double > * | Reconstruct () |
| reconstructs pyramid back to image | |
| Pyramid< double > * | GetPyramid () |
| gets pointer to pyramid data structure | |
class implementing the Laplacian pyramid accoring to Burt and Adelson
| bool stira::steerable::PyramidBurtAdelson::Decompose | ( | Image * | pImage, |
| int | nrScales | ||
| ) |
decomposes an image in given number of scales
| pImage | input image |
| nrScales | number of scales to decompose into |
References stira::imagedata::ArrayGrid< T >::AddGrid(), stira::imagedata::Image::GetBands(), stira::imagedata::ArrayGrid< T >::GetHeight(), stira::imagedata::PyramidLevel< T >::GetOrientedBand(), stira::imagedata::Pyramid< T >::GetRecursiveScale(), stira::imagedata::ArrayGrid< T >::GetWidth(), stira::imagedata::Pyramid< T >::SetLowpassResidual(), and stira::imagedata::ArrayGridTools< T >::UpSampleGrid().
1.8.11