#include <cstring>#include "vil_clamp.h"#include <cassert>#include <vil/vil_property.h>#include <vil/vil_exception.h>Go to the source code of this file.
Macros | |
| #define | macro(F, T) |
Functions | |
| vil_image_resource_sptr | vil_clamp (const vil_image_resource_sptr &src, double lo, double hi) |
| Clamp an image resource between two values. More... | |
Modifications 23 Oct.2003 - Peter Vanroose - Added support for 64-bit int pixels
Definition in file vil_clamp.cxx.
| #define macro | ( | F, | |
| T | |||
| ) |
| vil_image_resource_sptr vil_clamp | ( | const vil_image_resource_sptr & | src, |
| double | lo, | ||
| double | hi | ||
| ) |
Clamp an image resource between two values.
Definition at line 22 of file vil_clamp.cxx.
1.8.15