|
STIRA
0.1
|
Class with operations on Pyramid objects. More...
#include <PyramidTools.h>
Public Member Functions | |
| PyramidTools () | |
| constructor | |
| ~PyramidTools () | |
| destructor | |
Static Public Member Functions | |
| static Image * | VisualizeRealPyramid (Pyramid< double > *pPyramid) |
| Creates a single image representing all bands of the pyramid. More... | |
| static Image * | VisualizeClassicWavelet (Pyramid< double > *pPyramid) |
Class with operations on Pyramid objects.
|
static |
Creates a single image representing all bands of the pyramid.
| pPyramid | the pyramid to represent |
References stira::imagedata::ArrayGrid< T >::GetHeight(), stira::imagedata::Pyramid< T >::GetLowpassResidual(), stira::imagedata::Pyramid< T >::GetNumberOfOrientations(), stira::imagedata::Pyramid< T >::GetNumberOfScales(), stira::imagedata::PyramidLevel< T >::GetOrientedBand(), stira::imagedata::Pyramid< T >::GetRecursiveScale(), stira::imagedata::Pyramid< T >::GetResidualScale(), stira::imagedata::ArrayGrid< T >::GetWidth(), stira::imagedata::Pyramid< T >::HasResidualScale(), and stira::imagetools::ImageTools::InsertSubGrid().
1.8.11