#include "vil_decimate.h"#include <cassert>#include <vil/vil_copy.h>#include <vil/vil_crop.h>#include <vil/vil_exception.h>Go to the source code of this file.
Macros | |
| #define | macro(F, T) |
| #define | macro(F, T) |
Functions | |
| vil_image_resource_sptr | vil_decimate (const vil_image_resource_sptr &src, unsigned i_factor, unsigned j_factor) |
| decimate to a region of src. More... | |
| vil_image_view_base_sptr | vil_decimate (const vil_image_view_base_sptr &im, unsigned i_factor, unsigned j_factor) |
Modifications 23 Oct.2003 - Peter Vanroose - Added support for 64-bit int pixels
Definition in file vil_decimate.cxx.
| #define macro | ( | F, | |
| T | |||
| ) |
| #define macro | ( | F, | |
| T | |||
| ) |
| vil_image_resource_sptr vil_decimate | ( | const vil_image_resource_sptr & | src, |
| unsigned | i_factor, | ||
| unsigned | j_factor | ||
| ) |
decimate to a region of src.
Definition at line 23 of file vil_decimate.cxx.
| vil_image_view_base_sptr vil_decimate | ( | const vil_image_view_base_sptr & | im, |
| unsigned | i_factor, | ||
| unsigned | j_factor | ||
| ) |
Definition at line 114 of file vil_decimate.cxx.
1.8.15