摘要: 1.create_calib_data — Create a HALCON calibration data model 创建 一个HALCON 校准数据模型 2.read_cam_par — Read internal camera parameters from a file 从文件中读取相机内 阅读全文
posted @ 2023-12-28 11:39 echo-efun 阅读(762) 评论(0) 推荐(0)
摘要: 1.tile_images_offset (多图像合并)Tile multiple image objects into a large image with explicit positioning information. 2.proj_match_points_ransac (确定两张图像间投 阅读全文
posted @ 2023-12-28 10:56 echo-efun 阅读(680) 评论(0) 推荐(0)
摘要: 结构光简史 结构光的概念及其实现三维成像的主要原理是什么? 光测力学栅线投影技术-相位求解方法 三言两语说「相移」,四步相移的前世今生 阅读全文
posted @ 2023-12-27 18:52 echo-efun 阅读(35) 评论(0) 推荐(0)
摘要: fit_circle_contour_xld (xld, 'algebraic', -1, 0, 0, 3, 2, Row, Column, Radius, StartPhi, EndPhi, PointOrder) *对XLD轮廓做近似圆计算--拟合圆--获得圆数据 *参数1:输入xld轮廓 *参 阅读全文
posted @ 2023-12-25 13:58 echo-efun 阅读(1814) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using 阅读全文
posted @ 2023-12-22 15:12 echo-efun 阅读(316) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li 阅读全文
posted @ 2023-12-22 15:10 echo-efun 阅读(109) 评论(0) 推荐(0)
摘要: public partial class Form4 : Form { public Form4() { InitializeComponent(); } #region datagridview void RowColSet(DataGridView grid) { //不显示标题栏 grid.C 阅读全文
posted @ 2023-12-22 15:08 echo-efun 阅读(69) 评论(0) 推荐(0)
摘要: List<PointF> SortPoints(PointF[] points) { List<PointF> result = new List<PointF>(); PointF center = GetGravityPoint(points.ToList()); PointF x = new 阅读全文
posted @ 2023-12-22 15:05 echo-efun 阅读(20) 评论(0) 推荐(0)
摘要: public class HImageHelper { public static Bitmap HImage2RGBBitmap(HObject ho_image) { HTuple width0, height0, type, width, height; //获取图像尺寸 HOperatorS 阅读全文
posted @ 2023-12-22 15:01 echo-efun 阅读(1162) 评论(0) 推荐(0)
摘要: 一年级上册语文黄冈小复习 阅读全文
posted @ 2023-12-22 14:49 echo-efun 阅读(21) 评论(0) 推荐(0)