机器视觉 close_measure算子
Posted 沧海一笑-dj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器视觉 close_measure算子相关的知识,希望对你有一定的参考价值。
00. 目录
01. 概述
close_measure - 删除一个measure对象。
02. 签名
close_measure( : : MeasureHandle : )
03. 描述
close_measure删除MeasureHandle代表的measure对象。 释放measure对象的内存占用。
原文描述:
close_measure deletes the measure object given by MeasureHandle. The memory used for the measure object is freed.
For an explanation of the concept of 1D measuring see the introduction of chapter 1D Measuring.
执行信息
● 多线程类型:可重入(与非独占算子并行运行)。
● 多线程范围:全局(可以从任何线程调用)。
● 不并行处理。
04. 注意
05. 参数
MeasureHandle (input_control) measure_id → (integer)
measure对象的句柄
06. 结果
如果参数值正确,则算子close_measure返回值2(H_MSG_TRUE)。 否则会引发异常。
HDevelop例程
world_coordinates_line_scan.hdev 使用相机校准,测量线扫描图像中卡尺的间距线之间的距离
two_camera_calibration.hdev 使用特殊的校准对象执行高精度拼接
pm_measure_board.hdev 定位电路板上的IC并测量引脚距离
measure_tft_cells.hdev 测量TFT LCD显示器的RGB单元的尺寸
measure_switch.hdev 确定开关的宽度和引脚之间的距离
measure_ring.hdev 用圆形measure对象确定齿轮的宽度
measure_pin.hdev 测量IC的引脚
measure_lcd_cells.hdev 测量分隔LCD显示器单元的框架的尺寸
measure_ic_leads.hdev 测量IC的引线
measure_caliper.hdev 测量卡尺的间距线之间的距离
measure_arc.hdev 测量金属部件沿着圆弧的的宽度
gen_measure_rectangle2.hdev 测量垂直于给定线的边缘
gen_measure_arc.hdev 测量垂直于给定弧的边
fuzzy_measure_switch.hdev 用一个模糊度量对象确定一个开关引脚的宽度和距离
fuzzy_measure_pin.hdev 使用模糊测量来测量IC的引脚
fuse.hdev 测量保险丝的厚度
correct_measure_direction.hdev 自动更正测量对象的方向
camera_calibration_multi_image.hdev 校准相机并测量卡尺上的位置
camera_calibration_external.hdev 使用相机校准来测量卡尺上的位置
calibration_aimdpm_1_2006.hdev 在检查2D数据代码的打印质量之前应用反射率校准
calibrate_cameras_telecentric_tilt.hdev 使用远心倾斜镜头(Scheimpflug)校准
align_measurements_multithreading.hdev 使用多线程并行检查剃刀刀片
align_measurements.hdev 使用基于形状的匹配来检查单个剃刀刀片,以为测量工具调整ROI
3d_coordinates.hdev 测量世界坐标中的倾斜物体
程序示例
07. 附录
7.1 机器视觉博客汇总
网址:https://dengjin.blog.csdn.net/article/details/116837497
以上是关于机器视觉 close_measure算子的主要内容,如果未能解决你的问题,请参考以下文章