core/vil1/vil1_copy.h File Reference


Detailed Description

Image copy function.

Author:
awf@robots.ox.ac.uk
Date:
16 Feb 00
   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.

Function Documentation

vil1_memory_image vil1_copy ( vil1_image const &  src  ) 

Return a memory image copy of SRC.

Definition at line 55 of file vil1_copy.cxx.

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.


Generated on Sat Sep 6 05:08:46 2008 for core/vil1 by  doxygen 1.5.1