搜索资源列表
ImageEdgeDetec
- 基于SystemGenerator的图像边缘检测,分别有三种检测模式Sobel,Laplace以及Gauss—Laplace算子方式。成功在XilinxFPGA上验证,附带网表。-Three detection modes Sobel, Laplace and Gauss-Laplace operator image edge detection based on SystemGenerator. Success in XilinxFPGA verify with netlist.
CANNY
- 对特定图片进行canny边缘检测。首先是高斯模糊,然后sobel算子处理,再局部极大值确定,最后阈值判断。(Canny edge detection for a particular picture. The first is the Gauss fuzzy, and then the Sobel operator is processed, and then the local maximum is determined, and finally the threshold is judged