完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我正在尝试使用matlab simulink中的系统生成器在FPGA上实现Canny Edge检测。 我使用高斯滤波器进行平滑,使用Sobel进行渐变。 在他们之后,我应该做非锐利边缘的最大抑制操作。 我知道我可以通过S-function编写它。 但是我对S-function一无所知,到目前为止我还没有用它。 基于以下文本,我发现它可以通过一些寄存器和比较块来实现。 但我不知道怎么做。 3.3.4阈值处理& NMS阈值和NMS都使用比较器和寄存器块实现。 如果图像数据大于比较值,则将每个图像数据与特定值进行比较,然后传送图像数据,否则将值设置为零。 在NMS中,检查每个图像数据是否大于其相邻图像数据。 如果是,则传递图像数据,否则将其设置为零。 你能指导一下非最大限度抑制的实施吗? 谢谢 附上了文本来源。 pxc3905124.pdf 908 KB 以上来自于谷歌翻译 以下为原文 Hello, I'm trying to implement Canny Edge detection on FPGA by using system generator in matlab simulink. I'm using Gaussian filter for smoothing and Sobel for gradient. after them I should do Non-maximum supression operation that sharp the edge. I know I can write it through S-function. But I don't know anything about S-function and I didn't work with it up to now. based on below text I found that it can be implement by some register and comparison block. But I don't know how. 3.3.4 Thresholding& NMS Thresholding and NMS, both are implemented using Comparator and Register block. Each of the image data is compared with a certain value if the image data is greater than the comparing value then that image data is transferred otherwise the value is set zero. In NMS, each image data is checked whether it’s greater than its adjacent image data or not. If it’s true then the image data is passed otherwise it is set zero. Could you please guide me about Non-Maximum Supression Implementation? Thanks The source of text was attached. pxc3905124.pdf 908 KB |
|
相关推荐
3个回答
|
|
你好,
具体你不明白什么? 虽然我不熟悉算法,但似乎这句话清楚地说明了你需要做什么: 在NMS中,检查每个图像数据是否大于其相邻图像数据。 如果是,则传递图像数据,否则将其设置为零。 这是保存“相邻图像数据”的保存元素,用于检查阈值的比较器,以及用于在零和像素数据之间进行选择的多路复用器。 www.xilinx.com 以上来自于谷歌翻译 以下为原文 Hello, What specifically don't you understand? While I am not familiar with the algorithm, it seems this sentence makes it clear what you need to do: In NMS, each image data is checked whether it’s greater than its adjacent image data or not. If it’s true then the image data is passed otherwise it is set zero.That's a storage element to save 'adjacent image data,' a comparator to check against your threshold, and a mux to select between zero and pixel data. www.xilinx.com |
|
|
|
谢谢你的责任。
这些是阈值块。 在阈值处理中,每个像素与识别的值进行比较,如果a> b则将其着色为白色,否则将其着色为黑色。 因此,边缘将作为附加图像apear。 但是在NMS中,每个像素都有它的邻居。 而我的邻居也有问题。 我不知道怎么能把它的邻居分开。 我以为我应该把RAM放到离散的邻居,但在这个DOC中没有说任何关于RAM的东西。 我怎样才能进入它的邻居? 以上来自于谷歌翻译 以下为原文 Thanks for your responsibilty. These is the block of Thresholding. In thresholding each pixel compare with identified value, if a>b then color it white else color it black. So the edge will apear as attached image. But in NMS coare each pixel with its neighbores. and I've problem with its neighbores. I don't know how can I discrete its neighbores. I thought I should put a RAM to discrete neighbores, but in this DOC doesn't say anything about RAM. How can I access to its neighbores? |
|
|
|
好吧,我不太熟悉NMS算法。
但一般来说,您可能需要一个或多个行缓冲区来存储前一行的“邻居”。 您可以使用RAM或FIFO。 www.xilinx.com 以上来自于谷歌翻译 以下为原文 Okay I'm not too familiar with NMS algorithm. But in general, you probably want 1 or more line buffers to store the 'neighbors' from previous line. You can use a RAM or FIFO for that.www.xilinx.com |
|
|
|
只有小组成员才能发言,加入小组>>
2380 浏览 7 评论
2797 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2262 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2428 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
756浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
545浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
366浏览 1评论
1963浏览 0评论
682浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 21:49 , Processed in 1.360133 second(s), Total 78, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号