Halcon自带示例目录
Posted yangmengke2018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Halcon自带示例目录相关的知识,希望对你有一定的参考价值。
【方法】——【一维测量】
1、3d_coordinates 3D坐标
Measure slanted object in world coordinate 在世界坐标系中测量倾斜的物体
2、align_measurements 对齐测量
Inspect individual razor blades using shape-based matching to align ROIs for the measure tool 使用基于形状的匹配来对齐测量工具的ROI,检查各个刀片
3、calibration_aimdpm_1_2006
Apply a reflectance calibration before inspecting the print quality of 2D data codes 在检查二维数据代码的打印质量之前应用反射校准
4、camera_calibration_external 相机外部标定
Measure positions on a caliper rule using camera calibration 使用相机标定后在卡尺上测量位置
注:运行此示例前先运行camera_calibration_internal
5、camera_calibration_multi_image 多张图像进行相机标定
Calibration the camera and measure positions on acaliper rule 进行相机标定并在卡钳上测量位置
6、camera_calibration_single_image 单张图像进行相机标定
Calibrate the camera with a single image only and mesure positions on caliper rule 仅使用一张图像进行相机标定,并在卡钳上测量点位
7、check_smd_tilt 检测SMD倾斜
Check if SMDs are tilted 检测贴片是否倾斜
8、close_contour_gaps 闭合轮廓间隙
Close gaps in extracted straight contours 闭合提取的直线轮廓中的间隙
以上是关于Halcon自带示例目录的主要内容,如果未能解决你的问题,请参考以下文章
Android Gradle 插件自定义 Gradle 任务 ⑮ ( Gradle 自带 Zip 任务使用 | Zip 任务简介 | 代码示例 )