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

vimt_crop.h File Reference


Detailed Description

Create windows into vimt_images.

Author:
Tim Cootes, Ian Scott

Definition in file vimt_crop.h.

#include <vimt/vimt_image_2d_of.h>
#include <vil/vil_crop.h>

Go to the source code of this file.

Functions

template<class T>
vimt_image_2d_of< T > vimt_crop (const vimt_image_2d_of< T > &im, unsigned x0, unsigned nx, unsigned y0, unsigned ny)
 Create windowed view of given image.


Function Documentation

template<class T>
vimt_image_2d_of<T> vimt_crop const vimt_image_2d_of< T > &  im,
unsigned  x0,
unsigned  nx,
unsigned  y0,
unsigned  ny
 

Create windowed view of given image.

The parameters should be in image co-ords. The world2im transform is set to match so this appears identical to im when addressed in world co-ords. O(1).

Definition at line 19 of file vimt_crop.h.


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