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. | |
|
|
Definition at line 53 of file vimt_image_pyramid.txx. |
|
||||||||||||||||
|
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. |
1.4.4