[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
Functions | |
template<... > | |
void | copyImage (...) |
Copy source image into destination image. More... | |
template<... > | |
void | copyImageIf (...) |
Copy source ROI into destination image. More... | |
Copy images or regions
void vigra::copyImage | ( | ...) |
Copy source image into destination image.
If necessary, type conversion takes place. The function uses accessors to access the pixel data.
Declarations:
pass arguments explicitly:
use argument objects in conjunction with Argument Object Factories :
Usage:
<b>\#include</b> \<vigra/copyimage.hxx\><br> Namespace: vigra
Required Interface:
void vigra::copyImageIf | ( | ...) |
Copy source ROI into destination image.
Pixel values are copied whenever the return value of the mask's accessor is not zero. If necessary, type conversion takes place. The function uses accessors to access the pixel data.
Declarations:
pass arguments explicitly:
use argument objects in conjunction with Argument Object Factories :
Usage:
<b>\#include</b> \<vigra/copyimage.hxx\><br> Namespace: vigra
Required Interface:
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|