机器视觉 insert算子(已废弃)
Posted 沧海一笑-dj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器视觉 insert算子(已废弃)相关的知识,希望对你有一定的参考价值。
00. 目录
01. 概述
insert — Assignment of a value to a tuple element.
02. 签名
insert( : : Input, Value, Index : Result)
03. 描述
这个算子是废弃的并且不应该被使用在新的程序中. insert算子的修改版本应该被assign_at算子替代. 这个算子在全文编辑器中使用的是相同的符号,所以在全文编辑器中将自动替换为新的算子. insert算子的未修改版本应该被一个新HALCON算子tuple_replace算子替代。
原文描述:
insert is obsolete and is only provided for reasons of backward compatibility. The modifying version of the insert operator was replaced by the operator assign_at. This operator uses the same notation in the full text editor, so that it is used automatically. The non-modifying version of the insert operator is replaced by the new operator tuple_replace.
04. 注意
略
05. 参数
06. 结果
HDevelop例程
07. 附录
7.1 机器视觉博客汇总
网址:https://dengjin.blog.csdn.net/article/details/116837497
以上是关于机器视觉 insert算子(已废弃)的主要内容,如果未能解决你的问题,请参考以下文章