convert between arbitrary image types More...
#include <vil/vil_image_resource.h>Go to the source code of this file.
Functions | |
| template<class D > | |
| vil_image_resource_sptr | vepl_convert (vil_image_resource_sptr, D dummy) |
| convert between arbitrary image types. | |
convert between arbitrary image types
This class actually copies one image to an other, pixel-wise.
Modifications
Peter Vanroose - 20 aug 2003 - changed parameter and return types from vil_image_view_base_sptr to vil_image_resource_sptr
Definition in file vepl_convert.h.
| vil_image_resource_sptr vepl_convert | ( | vil_image_resource_sptr | , |
| D | dummy | ||
| ) |
convert between arbitrary image types.
Definition at line 14 of file vepl_convert.txx.
1.7.5.1