halcon-sobel_amp计算边缘

更新时间:2023-07-20 20:02:53 阅读: 评论:0

halcon-sobel_amp计算边缘
在HDevelop中
dev_clo_window ()
read_image (Image, 'D:/bb/tu/1.jpg')
rgb1_to_gray (Image, GrayImage)
sobel_amp (GrayImage, EdgeAmplitude, 'sum_abs', 3)
女人领地*计算边缘
*参数2:输出图像
*参数3:掩码类型
*参数4:掩码⼤⼩
get_image_size (GrayImage, Width, Height)
dev_open_window(10,10,Width, Height,'black',WindowHandle)
dev_display(EdgeAmplitude)
在QtCreator中
HObject  ho_Image, ho_GrayImage, ho_EdgeAmplitude;
HTuple  hv_Width, hv_Height, hv_WindowHandle;初中化学实验基本操作
kobelco
国际预防接种证书ReadImage(&ho_Image, "D:/bb/tu/1.jpg");
Rgb1ToGray(ho_Image, &ho_GrayImage);
SobelAmp(ho_GrayImage, &ho_EdgeAmplitude, "sum_abs", 3);
闭着眼睛飘单词
//计算边缘
//参数2:输出图像
2013美国公告牌//参数3:掩码类型
bits
/
/参数4:掩码⼤⼩
GetImageSize(ho_GrayImage, &hv_Width, &hv_Height);
SetWindowAttr("background_color","black");
OpenWindow(10,10,hv_Width,hv_Height,0,"visible","",&hv_WindowHandle);
verify是什么意思HDevWindowStack::Push(hv_WindowHandle);
吃大锅饭
北京家教机构if (HDevWindowStack::IsOpen())
DispObj(ho_EdgeAmplitude, HDevWindowStack::GetActive());

本文发布于:2023-07-20 20:02:53,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/183547.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:参数   掩码   预防接种   边缘   领地   实验
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图