合集-Halcon
摘要:fit_circle_contour_xld (xld, 'algebraic', -1, 0, 0, 3, 2, Row, Column, Radius, StartPhi, EndPhi, PointOrder) *对XLD轮廓做近似圆计算--拟合圆--获得圆数据 *参数1:输入xld轮廓 *参
阅读全文
摘要:1.tile_images_offset (多图像合并)Tile multiple image objects into a large image with explicit positioning information. 2.proj_match_points_ransac (确定两张图像间投
阅读全文
摘要:1.create_calib_data — Create a HALCON calibration data model 创建 一个HALCON 校准数据模型 2.read_cam_par — Read internal camera parameters from a file 从文件中读取相机内
阅读全文
摘要:1.标定板类型 a.Calibration plate with hexagonally arranged marks 带有六边形排列标记的校准板 b.Calibration plate with rectangularly arranged marks 带有矩形排列标记的校准板 2.标定过程 a.
阅读全文
摘要:1.gen_cam_par_area_scan_division — Generate a camera parameter tuple for an area scan camera with distortions modeled by the division model 为面阵相机生成一个相
阅读全文
摘要:1.Binocular双目 binocular_calibration 确定双目立体系统的所有相机参数。 2.Calibration Object *caltab_points *create_catlab *disp_caltab *find_calib_object *find_caltab *
阅读全文
摘要:1.two_camera_calibration.hdev
阅读全文
摘要:* Application program to demonstrate the calibration of * a binocular stereo system using the operators * find_caltab, find_marks_and_pose, and binocu
阅读全文
摘要:1.emphasize — Enhance contrast of the image. 增强图像对比度 emphasize(Image : ImageEmphasize : MaskWidth, MaskHeight, Factor : ) read_image(Image,'mreut') de
阅读全文
摘要:dump_window — Write the window content to a file. dump_window_image — Write the window content in an image object.
阅读全文
摘要:拟合直线的算法有以下几种:regression:回归,标准的最小二乘法拟合'huber’:加权的最小二乘法拟合,异常值的影响被减小。'tukey:加权的最小二乘法拟合,异常值被忽略,Halcon推荐方法,drop':加权的最小二乘法拟合,异常值被忽略。gauss:加权的最小二乘法拟合,异常值去除是根
阅读全文
摘要:保存路径:C:\Users\您的用户名\AppData\Local\Temp\hdevelop
阅读全文
摘要:从几个不同照明的图像重建表面
阅读全文
摘要:1.核心算子 measure_pos — Extract straight edges perpendicular to a rectangle or annular arc. 提取垂直于矩形或环形圆弧的直边 measure_pairs — Extract straight edge pairs p
阅读全文
摘要:1.矩阵创建 create_matrix — Create a matrix. 创建一个矩阵 create_matrix( : : Rows, Columns, Value : MatrixID) A.创建一个3*3单位矩阵 create_matrix(3,3,'iidentity',MatrixI
阅读全文
摘要:1.原图——dev_set_lut('default') 2.dev_set_lut('rainbow') 3.dev_set_lut('temperature') 4.dev_set_lut('inverse') 其它可设置参数: * 'default', 'linear', 'inverse',
阅读全文