Modifications
000216 AWF Initial version.
000217 JS components*planes because get_section returns RGBRGB
Definition in file vil1_copy.h.
#include <vil1/vil1_fwd.h>
Go to the source code of this file.
Functions | |
| void | vil1_copy (vil1_image const &src, vil1_image &DST) |
| Copy SRC to DST. | |
| vil1_memory_image | vil1_copy (vil1_image const &src) |
| Return a memory image copy of SRC. | |
| vil1_memory_image vil1_copy | ( | vil1_image const & | src | ) |
| void vil1_copy | ( | vil1_image const & | src, | |
| vil1_image & | DST | |||
| ) |
Copy SRC to DST.
Images must be exactly the same dimensions, but datatype isn't matched
Definition at line 22 of file vil1_copy.cxx.
1.5.1