CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 边缘

搜索资源列表

  1. 边缘检测与分割处理

    1下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:46403
    • 提供者:tian
  1. Lab524-VideoEdgeCounterSobel

    0下载:
  2. 本程序是在CCS6.0的环环境下运行的,可以完成实时图像的边缘检测!效果很好!运用时只要在编译环境下即可通过的!-the procedures in the Central CCS6.0 operating environment, real-time images to be completed Edge Detection! Very effective! When used as long as the compiler environment to be adopted!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:97934
    • 提供者:周国
  1. boundary

    0下载:
  2. 用于DSP的图像边缘查找程序,工程用VDSP++生成,包含C与汇编。-for DSP Edge tracing procedure, and works VDSP generation, including C and Assembler.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:10733
    • 提供者:桐桐
  1. EdgeCounterSobel

    0下载:
  2. 基于ti dsp图象处理专用芯片dm642上的sobel边缘检测算法,通过仿真器调试成功,保证能用-ti dsp-based image processing ASIC dm642 the pixel edge detection algorithm simulation to debug the success of guarantee can use
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:99070
    • 提供者:钟炜
  1. VideoEdgeCounterSobel

    0下载:
  2. 视频图象边缘检测,基于DM642芯片。算法为SOBEL算子希望对学习DSP的朋友有所帮助-video edge detection, based on the DM642 chip. Algorithm SOBEL Operators hope to learn DSP help of a friend
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:91142
    • 提供者:王真
  1. 边缘检测

    0下载:
  2. 基于dsp6416处理器的边缘检测算法-dsp6416 processor based on the Edge Detection Algorithm
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:636831
    • 提供者:李杰
  1. 高斯边缘检测实现代码new

    0下载:
  2. 基于DSP实现的高斯边缘检测代码,对学习DSP的人很有帮助。
  3. 所属分类:DSP编程

    • 发布日期:2011-03-25
    • 文件大小:94779
    • 提供者:chenhc88
  1. 基于高斯拉普拉斯的边缘检测程序

    1下载:
  2. 基于高斯拉普拉斯的边缘检测程序
  3. 所属分类:DSP编程

    • 发布日期:2011-05-23
    • 文件大小:44013
    • 提供者:samuelzhy
  1. 基于拉普拉斯的边缘检测

    1下载:
  2. 基于拉普拉斯的边缘检测
  3. 所属分类:DSP编程

    • 发布日期:2011-05-23
    • 文件大小:44079
    • 提供者:samuelzhy
  1. composition_eige_detect4_paper

    0下载:
  2. 基于Canny算子的图像边缘检测与提取的算法--- 论文,对模式识别的朋友会有很大帮助,拿来与大家分享,希望能够用的上!-Canny operator based on image edge detection and extraction algorithms--- papers on pattern recognition would be of considerable help of friends, used to share with you, hoping to use the!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:165823
    • 提供者:meng fanrong
  1. edge

    0下载:
  2. 图像处理中边缘检测的VHDL源代码,所用的算法是garbor变换-Image processing edge detection of VHDL source code, the algorithms used are garbor transform
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:383759
    • 提供者:翁文天
  1. xiaodou2

    0下载:
  2. 基于脉冲边缘检测的按键消抖模块verilog-Key consumer shake module verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2265429
    • 提供者:郭超
  1. edge_detector

    0下载:
  2. 基于CPLD的数字图像边缘检测算法的实现(VHDL源程序)-EDGE DETECIOR
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:1303
    • 提供者:郭以勋
  1. OV7725

    2下载:
  2. 用STM32F4芯片自带的DCMI摄像头接口驱动不带FIFO的OV7725摄像头,实现60HZ刷新率。imgprcs.c文件中包含大量的适用于嵌入式设备的高速图像处理算法,包括边缘提取、区域分割、颜色识别等等,全部使用自适应算法,适合不同光照和环境条件(With STM32F4 chip comes with DCMI camera interface driver without FIFO OV7725 camera, to achieve 60HZ refresh rate. The img
  3. 所属分类:单片机开发

    • 发布日期:2017-12-10
    • 文件大小:577536
    • 提供者:bigsuperZZZX
  1. CANNY

    0下载:
  2. 对特定图片进行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
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:TonytheGreat
  1. ov2640边缘检测

    2下载:
  2. 基于STM32单片机的ov2640边缘检测(Ov2640 edge detection based on STM32)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:5656576
    • 提供者:Infini
  1. SOBEL

    0下载:
  2. 基于VHDL图像边缘检测,可在在仿真波形上看出其边界值(Based on VHDL image edge detection, the boundary value can be seen on the simulation waveform)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-19
    • 文件大小:4808704
    • 提供者:吖吖啊啊
  1. EdgeImage

    0下载:
  2. 数字图像处理算法在DSP上的应用之图像边缘检测,代码中含部分注释(Image edge detection)
  3. 所属分类:DSP编程

    • 发布日期:2018-04-23
    • 文件大小:51200
    • 提供者:粒粒粥
  1. sobel

    1下载:
  2. 由Verilog编写在FPGA实现sobel算法应用于图像边缘检测,工程文件可在quartus13.1以上版本打开;工程使用到ram、fifo、pll三种ip核,design文件夹下包含ram、fifo、vga控制以及串口收发和sobel算法模块,sim和doc文件夹下分别包含modelsim的仿真模块和仿真结果;测试时将200*200分辨率的图片用matlab文件夹下的matlab脚本压缩、二值化,再将生成文件中数据用串口发给FPGA,边缘检测结果会通过VGA输出。(Written by Ve
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-07-14
    • 文件大小:10222592
    • 提供者:丶大娱乐家
  1. 边缘检测

    0下载:
  2. FPGA实现边缘检测,用的sober算法,小梅哥AC620开发版带的源码,实际上板测试的效果相当不错。
  3. 所属分类:硬件设计

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com