halcon算子翻译——full_domain
名称 full_domain - 将图像的域(ROI)扩大到最大。 用法 full_domain(Image : ImageFull : : ) 描述 算子full_domain输入一个以图像边缘长度为矩形的新定义域。 这意味着在进一步的操作中图像矩阵包含所有像素。 因此,通过读取或生成图像来获得相同的定义域。 矩阵的大小没有改变。 并行 ● 支持计算设备上的对象。 ● 多线程类型:可重入(与非独占算子并行运行)。 ● 多线程范围:全局(可以从任何线程调用)。 ● 在元组级别自动并行化处理。 参数 Image (input_object) (multichannel-)image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field) 输入图像。 ImageFull (output_object) image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field) 具有最大定义域的图像。 Possible