会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
echo-efun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
2024年3月4日
基础设置之——dev_open_tool
摘要: 格式:dev_open_tool( : : ToolName, Row, Column, Width, Height, GenParamName, GenParamValue : ToolId) 1.Main Windows类型 dev_open_tool('variable_window','de
阅读全文
posted @ 2024-03-04 13:55 echo-efun
阅读(54)
评论(0)
推荐(0)
2024年3月2日
基础操作之——生成一张背景图像
摘要: 1.生成等间距点背景图像 Width := 800Height := 600Step := 20GrayBackground := 230GrayGrid := 120Smoothing := 3* Generate the squared paper.gen_image_const (Image,
阅读全文
posted @ 2024-03-02 14:49 echo-efun
阅读(135)
评论(0)
推荐(0)
基础设置之——dev_disp_text
摘要: 1.默认参数设置 Text := '默认显示第一行'Text[1] := '默认显示第二行'Text[2] := '默认显示第三行'dev_disp_text (Text, 'window', 12, 12, 'black', [], []) 2.设置行、列值 dev_disp_text ('Row
阅读全文
posted @ 2024-03-02 14:39 echo-efun
阅读(1315)
评论(0)
推荐(0)
2024年3月1日
基础设置之——dev_open_dialog
摘要: dev_open_dialog ('about_dialog') dev_open_dialog ('duplicate_procedure_dialog') dev_open_dialog ('export_dialog') dev_open_dialog ('open_graphics_wind
阅读全文
posted @ 2024-03-01 18:09 echo-efun
阅读(34)
评论(0)
推荐(0)
基础设置之——dev_open_file_dialog
摘要: >>>dev_open_file_dialog( : : Filter, Mode, Path : Selection) Mode可取值:'default', 'dir', 'read', 'read_multi', 'write' >>dev_open_file_dialog ('read_ima
阅读全文
posted @ 2024-03-01 17:44 echo-efun
阅读(107)
评论(0)
推荐(0)
基础设置之——dev_set_check
摘要: dev_set_check( : : Mode : ) dev_set_check specifies how HDevelop has to react in case of an error, i.e., if the return state of an operator is not H_M
阅读全文
posted @ 2024-03-01 17:30 echo-efun
阅读(133)
评论(0)
推荐(0)
dev_set_lut显示效果
摘要: 1.原图——dev_set_lut('default') 2.dev_set_lut('rainbow') 3.dev_set_lut('temperature') 4.dev_set_lut('inverse') 其它可设置参数: * 'default', 'linear', 'inverse',
阅读全文
posted @ 2024-03-01 17:04 echo-efun
阅读(140)
评论(0)
推荐(0)
Halcon——矩阵/Matrix
摘要: 1.矩阵创建 create_matrix — Create a matrix. 创建一个矩阵 create_matrix( : : Rows, Columns, Value : MatrixID) A.创建一个3*3单位矩阵 create_matrix(3,3,'iidentity',MatrixI
阅读全文
posted @ 2024-03-01 16:40 echo-efun
阅读(850)
评论(0)
推荐(0)
正定矩阵&负定矩阵&三对角矩阵&上三角矩阵&下三角矩阵
摘要: 1.三对角矩阵 tridiagonal matrix 2.上三角矩阵 upper triangular matrix 3.下三角矩阵 lower triangular matrix 4.正定矩阵 positive definite matrix 5.负定矩阵 negative definite ma
阅读全文
posted @ 2024-03-01 14:04 echo-efun
阅读(97)
评论(0)
推荐(0)
视觉专业英语(一)
摘要: 1.subpixel edge 亚像素 2.one-dimensional 一维 3.edge profile 边缘轮廓 4.standard deviation 标准差 5.derivative 导数 6.salient edges 显著边缘 7.amplitude values 振幅值 8.co
阅读全文
posted @ 2024-03-01 10:58 echo-efun
阅读(55)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
公告