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

搜索资源列表

  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. SobelEdge

    0下载:
  2. 此程序使用的集成环境为TI公司的CCS,硬件平台使用的是合众达的VPMDM642 此程序实现的功能是图像的边缘检测 利用的算子为sobel-use of this procedure for the integrated environment TI's CCS, the hardware platform is the use of up to the UCO VPMDM642 this program is the function of the image edge det
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:45704
    • 提供者:张健
  1. 6416

    0下载:
  2. DSP6416图像处理用多种算法对图像边缘进行检测,能在DSPMCS6416处理平实时检测边缘。-between DSP6416 image processing algorithm using a variety of image edge detection, in DSPMCS6416-handling real-time edge detection.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:162928
    • 提供者:hjl
  1. sobel

    0下载:
  2. 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256 * 256 size of the image segmentation Edge Detection vhd document in the n
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3135
    • 提供者:刘洋
  1. DSPmubiaogenzong

    0下载:
  2. 基于dsp的目标跟踪和检测算法的研究和实现,研究了图像跟踪系统的基本工作原理,以及图像跟踪和相关匹配所使用的一些基本技术。详细介绍了SUSAN算子在边缘检测和角点检测方面的应用。并基于SSCD相似性度量准则提出了一个新的加权的SSCD准则,并对几种度量准则进行对比分析,最后在选取模板和模板更新上选用了多子模板的策略,这样能更有效的减小部分遮挡和旋转带来的影响。
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2985046
    • 提供者:张浩
  1. DSP-C6000-DM642DEMO

    0下载:
  2. DM642的一些基本功能例程。包括一些图像处理例子,如图像增强、滤波、边缘检测。很不错。附有详细的说明。
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:14702037
    • 提供者:雷炜阳
  1. SEED401_SobelEdge_part

    0下载:
  2. CCS环境下图像的边缘检测 Sobel边缘检测算子-CCS environment Image Edge Detection Sobel Edge Detection Operator
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:298281
    • 提供者:wmm
  1. EdgeCount

    0下载:
  2. 视频图像的边缘检测(Sobelisk算子),可以在DSP5509上运行-Video Edge Detection (Sobelisk operator), can run on DSP5509
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:50165
    • 提供者:张庭
  1. sobel

    0下载:
  2. 多级流水线8位sobel图像处理边缘检测程序-sobel edge detection
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:3065
    • 提供者:chen
  1. Roberts

    0下载:
  2. 本程序时DSP上实现的图像Roberts边缘检测,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做Roberts边缘处理以便于DSP处理结果对照。-This program is implemented on a DSP image edge detection Roberts, first dat file into the development of CCS on the TI de
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:9486
    • 提供者:鸳都学童
  1. SobelEdge

    0下载:
  2. 通过对该工程的代码学习,理解和掌握图像的边缘检测的原理和方法。-Understand and grasp the image edge detection principle and method.
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:261872
    • 提供者:wanyukun
  1. Code_for_MedianFilter33

    0下载:
  2. 数值图像处理:中值滤波设计,3*3方形窗,边缘检测的设计代码-Numerical image processing: the median filter design, the design code of 3* 3 square window, edge detection
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:53868
    • 提供者:xinghe
  1. DM642_LapLacianEdge

    0下载:
  2. TI DSP DM642下对图像做拉普拉斯边缘检测的使用实例,有很强的参考价值 -TI s DSP the DM642 image example of the use of the Laplace edge detection, there is a strong reference value
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:267112
    • 提供者:第二天堂
  1. DM642_SobelEdge

    0下载:
  2. TI DSP DM642下对图像做Sobel边缘检测的使用实例,有很强的参考价值 -TI s DSP the DM642 image example of the use of the Sobel edge detection, there is a strong reference value
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:261351
    • 提供者:第二天堂
  1. blackfin_dsp

    0下载:
  2. 图像边缘提取——使用AZURE-BF609开发平台,基于CCES开发环境,进行编程,掌握利用PVP进行图像边缘检测的方法。-Image Edge Extraction- Use AZURE-BF609 development platform, based on the CCES development environment for programming, master the use of PVP image edge detection methods.
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:544
    • 提供者:liuren
  1. EdgeCount

    0下载:
  2. 基于TMS320C5509的图像边缘检测代码,亲测,可以使用。-TMS320C5509-based image edge detection code, pro-test, can be used.
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:74949
    • 提供者:李林
  1. EdgeDetect_Hard_6678

    0下载:
  2. 基于TI DM6678的图像边缘检测程序-image edge dection based on TI 6678
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:296721
    • 提供者:dagsdg44
  1. d

    0下载:
  2. 图像边缘检测,提取图像边缘部分,显示灰度值图像-Image Edge Detection
  3. 所属分类:DSP program

    • 发布日期:2017-05-01
    • 文件大小:43255
    • 提供者:Dr y
  1. video_Algorithm

    0下载:
  2. 图像处理如:灰度化,二值化,中值滤波,边缘检测,直方图,哈夫变换等(for dsp video algorithm)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-25
    • 文件大小:2456576
    • 提供者:水木天华
  1. VIP_RAW2RGB2Gray_Medium_Sobel_Erosion_Dilation

    0下载:
  2. 通过纯HDL逻辑实现,对ov7725摄像头进行图像采集,存储,处理,包括中值滤波,边缘检测等经典图像算法实现(Through the realization of pure HDL logic, image acquisition, storage and processing of ov7725 camera, including median filtering, edge detection and other classic image algorithms.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:931840
    • 提供者:SakuraForever
« 1 23 »
搜珍网 www.dssz.com