Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vimt_image_pyramid.txx File Reference


Detailed Description

Definition in file vimt_image_pyramid.txx.

#include "vimt_image_pyramid.h"
#include <vcl_cstdlib.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Defines

#define VIMT_IMAGE_PYRAMID_INSTANTIATE(T)   template void vimt_image_pyramid_flatten(T &, const vimt_image_pyramid &)

Functions

template<class T>
void vimt_image_pyramid_flatten (T &out, const vimt_image_pyramid &in)
 Convert an image pyramid into a flat image containing each layer.


Define Documentation

#define VIMT_IMAGE_PYRAMID_INSTANTIATE  )     template void vimt_image_pyramid_flatten(T &, const vimt_image_pyramid &)
 

Definition at line 53 of file vimt_image_pyramid.txx.


Function Documentation

template<class T>
void vimt_image_pyramid_flatten T &  out,
const vimt_image_pyramid in
 

Convert an image pyramid into a flat image containing each layer.

E.g. a three layer 2d image pyramid with scale factor 2.0 would be converted to an image looking like

   ________________
   |11111111222233|
   |111111112222  |
   |11111111      |
   |11111111      |
   

Definition at line 14 of file vimt_image_pyramid.txx.


Generated on Thu Jan 10 14:43:58 2008 for contrib/mul/vimt by  doxygen 1.4.4