机器视觉 read_measure算子
Posted 沧海一笑-dj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器视觉 read_measure算子相关的知识,希望对你有一定的参考价值。
00. 目录
01. 概述
read_measure - 从文件中读取一个measure对象。
02. 签名
read_measure( : : FileName : MeasureHandle)
03. 描述
read_measure从文件FileName中读取已用write_measure写入的measure对象。 measure对象的默认HALCON文件扩展名是’msr’。 读取的measure对象中包含的值存储在MeasureHandle句柄的measure对象中。
原文描述:
read_measure reads a measure object, which has been written with write_measure from the file FileName. The default HALCON file extension for a measure object is ‘msr’. The values contained in the read measure object are stored in a measure object with the handle MeasureHandle.
For an explanation of the concept of 1D measuring see the introduction of chapter 1D Measuring.
执行信息
● 多线程类型:可重入(与非独占算子并行运行)。
● 多线程范围:全局(可以从任何线程调用)。
● 不并行处理。
04. 注意
05. 参数
FileName (input_control) filename.read → (string)
文件名称。
File extension: .msr
MeasureHandle (output_control) measure_id → (integer)
Measure 对象句柄。
06. 结果
如果参数有效,则算子read_measure返回值2(H_MSG_TRUE)。 如有必要,会引发异常。
HDevelop例程
程序示例
07. 附录
7.1 机器视觉博客汇总
网址:https://dengjin.blog.csdn.net/article/details/116837497
以上是关于机器视觉 read_measure算子的主要内容,如果未能解决你的问题,请参考以下文章