halcon算子翻译——copy_image

名称

copy_image - 复制图像并为其分配新的内存。

用法

copy_image(Image : DupImage : : )

描述

  copy_image将输入图像复制到与输入图像具有相同域(ROI)的新图像。 与HALCON算子(如copy_obj)相比,所有通道的物理副本均已创建。 例如,这可以用来修改新图像的灰度值(请参阅get_image_pointer1)。

并行

●  多线程类型:可重入(与非独占算子并行运行)。
●  多线程范围:全局(可以从任何线程调用)。
●  不并行化处理。

参数

Image (input_object)   (multichannel-)image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  要被复制的图像。


DupImage (output_object)    (multichannel-)image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  复制的图像。

Possible Predecessors

read_image, gen_image_const

Possible Successors

set_grayval, get_image_pointer1

Alternatives

set_grayval, paint_gray, gen_image_const, gen_image_proto

See also

get_image_pointer1

模块

Foundation

HDevelop例程

paint_xld.hdev     将XLD对象绘制到图像中
multiple_scales.hdev     搜索不同大小的坚果

 

posted @ 2017-12-25 09:57  水行  阅读(5094)  评论(0编辑  收藏  举报