1、添加Halcon控件,创建WPF项目在VS2013中创建一个WPF工程,然后添加halcon的控件和工具包,参见:HSmartWindowControl之安装篇 (Visual Studio 2013 & Halcon 18)在WPF工程中添加好HSmartWindowControlWPF控件后... ...
分类:
Windows程序 时间:
2018-09-11 14:04:25
阅读次数:
1029
原文链接:https://blog.csdn.net/opencv_learner/article/details/82113323 一直以来,对于手眼标定所涉及到的坐标系及坐标系之间的转换关系都没能有一个很好的理解,最近找了halcon手眼标定的实例在研究,发现对于相机的两种安装方式(眼在手和眼在 ...
分类:
其他好文 时间:
2018-09-08 18:58:30
阅读次数:
418
ROI(region of interest),感兴趣区域。机器视觉、图像处理中,从被处理的图像以方框、圆、椭圆、 不规则多边形等方式勾勒出需要处理的区域,称为感兴趣区域,ROI。在Halcon、OpenCV、Matlab等机器 视觉软件上常用到各种算子(Operator)和函数来求得感兴趣区域RO ...
分类:
其他好文 时间:
2018-09-06 23:03:50
阅读次数:
261
* This example program shows how to use HALCON's correlation-based* matching. In particular it demonstrates the robustness of this method against* lin ...
分类:
其他好文 时间:
2018-08-29 01:10:11
阅读次数:
316
1.get_image_size(Image : : : Width, Height) 返回图像的尺寸。 2.parameters_image_to_world_plane_centered (CamParam, Pose, CenterRow, CenterCol, WidthMappedImag ...
分类:
其他好文 时间:
2018-08-28 17:59:54
阅读次数:
396
条件<condition> ,<condition> 内为计算成an integer or boolean value的表达式。 表达式的值1则条件为真,否则为假。 1.if(<condition>)。。。 endif:条件为真时,执行条件后的内容,否则转到endif. 2.if (<conditi ...
分类:
其他好文 时间:
2018-08-28 17:59:46
阅读次数:
335
1.get_image_pointer1(Image : : : Pointer, Type, Width, Height) 返回第一通道的点,图像数据类型,图像尺寸。 2.disp_image(Image : : WindowHandle : ) 在输出窗口显示灰度图像 3.visualize_r ...
分类:
其他好文 时间:
2018-08-28 17:59:17
阅读次数:
254
1.set_origin_pose( : : PoseIn, DX, DY, DZ : PoseNewOrigin) 平移POSEIN的原点,输出为新的原点。注意,平移沿着OBJ的坐标新进行,而非沿着摄像机的坐标系进行。 2.disp_3d_coord_system (WindowHandle, C ...
分类:
其他好文 时间:
2018-08-28 17:52:12
阅读次数:
681
append_ocr_trainf;read_ocr_trainf_names;create_ocr_class_svm;trainf_ocr_class_svm;write_ocr_class_svm;read_ocr_class_svm ;do_ocr_single_class_svm
分类:
其他好文 时间:
2018-08-11 16:16:20
阅读次数:
648
create_data_code_2d_model;find_data_code_2d;clear_data_code_2d_model;write_data_code_2d_model;read_data_code_2d_model
分类:
其他好文 时间:
2018-08-11 10:56:51
阅读次数:
213