Classes
core/vil/vil_pyramid_image_view.h File Reference

Representation of a pyramid hierarchy of image views. More...

#include <vcl_vector.h>
#include <vil/vil_image_view.h>
#include <vil/vil_image_view_base.h>

Go to the source code of this file.

Classes

class  vil_pyramid_image_view< T >

Detailed Description

Representation of a pyramid hierarchy of image views.

The images can be passed to the view (in this case they are any size or scale but sorted based on the scale in the descending order, or can be generated in here (default case). By default: the levels of views are half the size of the previous level and image scales are in the descending order. The biggest image is at level 0 and with scale 1.0 (1,1.0), and the next levels goes like: (1,0.5), (2,0.25) etc..

Author:
Gamze D. Tunali
Date:
Aug 16, 2010

Definition in file vil_pyramid_image_view.h.