Modifications
7 June 2001 - Peter Vanroose - fixed rowsize_bytes for 1-bit pixel type
Definition in file vil1_copy.cxx.
#include "vil1_copy.h"
#include <vcl_cassert.h>
#include <vil1/vil1_image.h>
#include <vil1/vil1_memory_image.h>
Go to the source code of this file.
Defines | |
| #define | assert_dimension_equal(dim) assert(in.dim() == out.dim()) |
Functions | |
| void | vil1_copy (vil1_image const &in, vil1_image &out) |
| Copy SRC to DST. | |
| vil1_memory_image | vil1_copy (vil1_image const &src) |
| Return a memory image copy of SRC. | |
| #define assert_dimension_equal | ( | dim | ) | assert(in.dim() == out.dim()) |
| 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