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. | |
|
||||||||||||||||||||||||||||
|
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. |
1.4.4