copy_imagecopy_imageCopyImageCopyImage (Operator)

Name

copy_imagecopy_imageCopyImageCopyImage — Physikalisches Kopieren eines Bildes.

Signatur

copy_image(Image : DupImage : : )

Herror copy_image(const Hobject Image, Hobject* DupImage)

Herror T_copy_image(const Hobject Image, Hobject* DupImage)

void CopyImage(const HObject& Image, HObject* DupImage)

HImage HImage::CopyImage() const

static void HOperatorSet.CopyImage(HObject image, out HObject dupImage)

HImage HImage.CopyImage()

Beschreibung

copy_imagecopy_imageCopyImageCopyImageCopyImage kopiert das Eingabebild in eine neues Bild mit gleichem Definitionsbereich wie das Eingabebild. Im Gegensatz zu HALCON-Operatoren wie copy_objcopy_objCopyObjCopyObjCopyObj wird hierbei eine physikalische Kopie der Kanäle angelegt. Diese kann z.B. dazu verwendet werden, um die Grauwerte zu modifizieren (siehe get_image_pointer1get_image_pointer1GetImagePointer1GetImagePointer1GetImagePointer1).

Ausführungsinformationen

Parameter

ImageImageImageImageimage (input_object)  (multichannel-)image(-array) objectHImageHImageHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Bild, das kopiert werden soll.

DupImageDupImageDupImageDupImagedupImage (output_object)  (multichannel-)image(-array) objectHImageHImageHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Kopiertes Bild.

Vorgänger

read_imageread_imageReadImageReadImageReadImage, gen_image_constgen_image_constGenImageConstGenImageConstGenImageConst

Nachfolger

set_grayvalset_grayvalSetGrayvalSetGrayvalSetGrayval, get_image_pointer1get_image_pointer1GetImagePointer1GetImagePointer1GetImagePointer1

Alternativen

set_grayvalset_grayvalSetGrayvalSetGrayvalSetGrayval, paint_graypaint_grayPaintGrayPaintGrayPaintGray, gen_image_constgen_image_constGenImageConstGenImageConstGenImageConst, gen_image_protogen_image_protoGenImageProtoGenImageProtoGenImageProto

Siehe auch

get_image_pointer1get_image_pointer1GetImagePointer1GetImagePointer1GetImagePointer1

Modul

Foundation