博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
halcon算子翻译——compose5
阅读量:6840 次
发布时间:2019-06-26

本文共 1545 字,大约阅读时间需要 5 分钟。

名称

compose5- 将五个图像转换为五通道图像。

用法

compose5(Image1, Image2, Image3, Image4, Image5 : MultiChannelImage : : )

描述

算子compose5将5个单通道图像转换为5通道图像。 定义域(ROI)被计算为输入图像的定义域的交集。

并行

●  支持计算设备上的对象。

●  多线程类型:可重入(与非独占算子并行运行)。

●  多线程范围:全局(可以从任何线程调用)。
●  不并行化处理。

参数

Image1 (input_object)   singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

  输入图像1。

Image2 (input_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  输入图像2。

 

Image3 (input_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

  输入图像3。

 

Image4 (input_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

  输入图像4。

 

Image5 (input_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

  输入图像5。

MultiChannelImage (output_object)    multichannel-image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  多通道图像。

Possible Successors

disp_image

Alternatives

append_channel

See also

decompose5

模块

Foundation

HDevelop例程

novelty_detection_svm.hdev   使用支持向量机分类器的纹理分类来检查网

novelty_detection_mlp.hdev    使用基于MLP的纹理分类检查网
novelty_detection_gmm.hdev  使用高斯混合模型的纹理分类来检查网

转载于:https://www.cnblogs.com/xhiong/p/compose5.html

你可能感兴趣的文章
CSU 1325: A very hard problem 中南月赛的一道题。
查看>>
设置串行端口的通信参数
查看>>
JPA基础(二)(转)
查看>>
js获取当前浏览器地址栏的链接,然后在链接后面加参数
查看>>
设为首页 收藏(IE可用)
查看>>
Cesium 创建Geometry
查看>>
OpenGL的几何变换4之内观察全景图
查看>>
@RenderBody、@RenderSection、@RenderPage、Html.RenderPartial、Html.RenderAction的作用和区别...
查看>>
OCIEnvCreate failed with return code -1 but error message text was not available with ODP.net
查看>>
mysql日常错误信息解决方法:InnoDB: and force InnoDB to continue crash recovery here.
查看>>
jQuery中的动画
查看>>
在Linux服务器上添加ip白名单允许ssh登录访问
查看>>
JAVA入门到精通-第71讲-学生管理系统3-增删改查
查看>>
如何设置putty远程登录linux
查看>>
Mysql聚合函数
查看>>
React组件继承的由来
查看>>
当当网首页——JS代码
查看>>
java实现遍历树形菜单方法——service层
查看>>
ios appIcon配置
查看>>
首款移动社交购物平台“商宝”上线发布
查看>>