会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天子骄龙
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
68
69
70
71
72
73
74
75
76
···
164
下一页
2022年3月6日
halcon-gray_histo计算直方图
摘要: ma.jpg 在HDevelop中 dev_update_off() read_image (Image, 'D:/bb/tu/ma.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 get_image_size (Image1, Width, Heig
阅读全文
posted @ 2022-03-06 09:16 天子骄龙
阅读(1158)
评论(0)
推荐(0)
2022年3月5日
halcon-gray_histo_range计算直方图
摘要: 在HDevelop中 dev_update_off() read_image (Image, 'D:/bb/tu/ma.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 get_image_size (Image1, Width, Height) dev
阅读全文
posted @ 2022-03-05 15:29 天子骄龙
阅读(1983)
评论(0)
推荐(0)
halcon-watersheds_threshold分水岭阈值
摘要: 在HDevelop中 dev_update_off() read_image (Image, 'D:/bb/tu/1.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 get_image_size (Image1, Width, Height) dev_
阅读全文
posted @ 2022-03-05 14:40 天子骄龙
阅读(220)
评论(0)
推荐(0)
2022年3月4日
halcon-auto_threshold自动全局阈值
摘要: 1.jpg 在HDevelop中 dev_update_off() read_image (Image, 'D:/bb/tu/1.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 get_image_size (Image1, Width, Height
阅读全文
posted @ 2022-03-04 09:17 天子骄龙
阅读(440)
评论(0)
推荐(0)
halcon-binary_threshold二进制阈值
摘要: 在HDevelop中 1.jpg dev_update_off() read_image (Image, 'D:/bb/tu/ma.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 get_image_size (Image1, Width, Heigh
阅读全文
posted @ 2022-03-04 08:31 天子骄龙
阅读(343)
评论(0)
推荐(0)
2022年3月3日
halcon-get_system获取HALCON系统参数
摘要: 在HDevelop中 get_system ('processor_num', w) *获取HALCON系统参数的当前值 *'halcon_xl' 是否halcon_xl模式 是返回true 不是返回false * hdevelop 适用于普通分辨率的图像,小于等于32768 x 32768 * h
阅读全文
posted @ 2022-03-03 21:46 天子骄龙
阅读(1432)
评论(0)
推荐(0)
halcon-dyn_threshold局部阈值
摘要: 在HDevelop中 dev_update_off() read_image (Image, 'D:/bb/tu/1.jpg') get_image_size (Image, Width, Height) dev_open_window(10,10,Width, Height,'black',Win
阅读全文
posted @ 2022-03-03 15:58 天子骄龙
阅读(423)
评论(0)
推荐(0)
halcon-dev_close_window关闭活动的窗口
摘要: 在HDevelop中 dev_close_window () *关闭活动的图形窗口 在Qt Creator中 if (HDevWindowStack::IsOpen()) CloseWindow(HDevWindowStack::Pop()); //关闭活动的图形窗口
阅读全文
posted @ 2022-03-03 15:21 天子骄龙
阅读(394)
评论(0)
推荐(0)
halcon-fast_threshold快速阈值
摘要: 在HDevelop中 ma.jpg dev_update_off() read_image (Image, 'D:/bb/tu/ma.jpg') rgb1_to_gray(Image,Image1) *将RGB图像转换为灰度图像 get_image_size (Image1, Width, Heig
阅读全文
posted @ 2022-03-03 08:41 天子骄龙
阅读(1033)
评论(0)
推荐(0)
2022年3月1日
halcon-difference计算两个区域的差
摘要: 在HDevelop中 dev_update_off() dev_open_window(10,10,400,400,'black',WindowHandle) gen_circle (Circle, 200, 200, 30) gen_circle (Circle1, 200, 200, 100)
阅读全文
posted @ 2022-03-01 20:30 天子骄龙
阅读(885)
评论(0)
推荐(0)
上一页
1
···
68
69
70
71
72
73
74
75
76
···
164
下一页
公告