Copy an image and allocate new memory for it.
copy_image copies the input image into a new image with the same domain as the input image. In contrast to HALCON operators such as copy_obj, physical copies of all channels are created. This can be used, for example, to modify the gray values of the new image (see get_image_pointer1).
|
Image (input_object) |
(multichannel-)image -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf |
| Image to be copied. | |
|
DupImage (output_object) |
(multichannel-)image -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf |
| Copied image. | |
copy_image is reentrant and processed without parallelization.
set_grayval, get_image_pointer1
set_grayval, paint_gray, gen_image_const, gen_image_proto
Foundation