CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - ccs 图像

搜索资源列表

  1. Lab532_VideoJPEG2

    0下载:
  2. 基于DSP硬件系统的视频JPEG格式的图像处理程序,使用于CCS开发环境。-Use in CCS development environment based on the the DSP hardware video JPEG format image processing program.
  3. 所属分类:DSP program

    • 发布日期:2017-11-27
    • 文件大小:356813
    • 提供者:fengliuxiake
  1. H264-ENCODING

    0下载:
  2. H264编码子程序,对图像进行传统编码处理 使用在CCS开发环境中-H264 encoding subroutine
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:1120
    • 提供者:lin
  1. Sobel

    0下载:
  2. Sobel算子边缘检测,在CCS中队图像进行边缘检测,适于6713-Sobel operator edge detection
  3. 所属分类:DSP program

    • 发布日期:2017-11-29
    • 文件大小:1184
    • 提供者:lin
  1. video-input

    0下载:
  2. 视频采集程序。用于CCS开发环境,适于图像处理前期-Video capture program. For CCS development environment suitable for image processing pre-
  3. 所属分类:DSP program

    • 发布日期:2017-11-21
    • 文件大小:987
    • 提供者:lin
  1. video-output

    0下载:
  2. 视频输出程序。用于CCS开发环境,适于图像处理后期-Video output program. For CCS development environment suitable for the latter part of the image processing
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:705
    • 提供者:lin
  1. Prewitt

    0下载:
  2. Prewitt算子边缘检测,在CCS中队图像进行边缘检测,dsp开发适用-Prewitt operator edge detection in CCS squadron image edge detection, suitable for 6713
  3. 所属分类:DSP program

    • 发布日期:2017-11-15
    • 文件大小:620
    • 提供者:lin
  1. shixibaogao

    3下载:
  2. 该实验报告对指纹识别系统整体的构建进行了说明,其中还包括遇到的问题以及解决过程的分析。对指纹识别系统的总体设计和各部分设计进行了相应说明,首先将整个系统分为三个部分:指纹预处理,特征值提取和指纹特征匹配;其中指纹预处理部分又可分为:指纹图像的分割、均衡、增强、二值化、细化等部分。每部分选择最优化的算法,首先用C语言进行软件实现,然后与硬件相结合,以DSP TMS320VC5416为平台,在DSP集成开发环境CCS上进行算法调试。 -The test reports on fingerprin
  3. 所属分类:DSP program

    • 发布日期:2015-06-03
    • 文件大小:979968
    • 提供者:江晨城
  1. Videocfg

    1下载:
  2. CCS3.3dsp图像处理。tms320c6713+fpga的图像处理平台-CCS dsp image processing. tms320c6713+fpga image processing platform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-13
    • 文件大小:2141053
    • 提供者:20078934
  1. bmp_process

    0下载:
  2. 在CCS中处理电脑上已有的图片,使用matlab将图像数据存储后将图像数据当做头文件加入CCS中。-Deal with images already on your computer, use matlab in CCS after the image data as image data stored in the header files added to the CCS.
  3. 所属分类:DSP program

    • 发布日期:2017-11-21
    • 文件大小:241213
    • 提供者:李静迟
  1. cv

    0下载:
  2. 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)的cv函数库移植到CCS的静态链接库cv.lib,以及其生成工程,该例程经作者编译听通过(ccs3.3版本)。由于工程中产生的obj文件和lib文件太大,在工程中已经将其删除,读者在使用时,只需要对工程重新编译即可。最后将生成的cv.lib添加到CCS的工程中即可(不要忘了添加相应的头文件),由于cv.lib一般和cxcore.lib配套使用,读者在下载cv.lib时也一并将cxcore.li
  3. 所属分类:DSP program

    • 发布日期:2017-11-14
    • 文件大小:483214
    • 提供者:xiaofan
  1. cxcore

    0下载:
  2. 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)的cxcore函数库移植到CCS的静态链接库cxcore.lib,以及其生成工程,该例程经作者编译听通过(ccs3.3版本)。由于工程中产生的obj文件和lib文件太大,在工程中已经将其删除,读者在使用时,只需要对工程重新编译即可。最后将生成的cxcore.lib添加到CCS的工程中即可(不要忘了添加相应的头文件),由于cxcore.lib一般和cv.lib配套使用,读者在下载cxcore.l
  3. 所属分类:DSP program

    • 发布日期:2017-11-14
    • 文件大小:403323
    • 提供者:xiaofan
  1. opencv

    0下载:
  2. 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)移植到CCS的实测例程,该例程经作者编译听通过(ccs3.3版本)。工程中包括opencv.cpp(为测试源文件),和cv.lib、cxcore.lib、rts64plus.lib(为例程需要的库文件,其中cv.lib与cxcore.lib为opencv移植过来的库文件,如果读者需要了解cv.lib与cxcore.lib的移植过程,请下载作者提供的cv.lib的生成工程以及cxcore.lib
  3. 所属分类:DSP program

    • 发布日期:2017-11-06
    • 文件大小:6057114
    • 提供者:xiaofan
  1. sobeledge

    0下载:
  2. 此程序为CCS环境下的Sobel算子边缘检测代码,适用于DSP图像处理-This procedure for CCS environment Sobel operator edge detection code for DSP image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:114843
    • 提供者:
  1. SEED103_Threshold

    0下载:
  2. 在CCS平台上的,将c++移植到DM642上的代码,可以直接使用。功能是图像阈值分割。-The CCS platform, will migrate to c++ code on DM642 can be used directly. Function is the image threshold segmentation.
  3. 所属分类:DSP program

    • 发布日期:2017-05-02
    • 文件大小:899242
    • 提供者:luwen
  1. SEED204_Zoom_new

    0下载:
  2. ccs下图像放缩,实现4分频。难度较大,配合硬件使用-ccs next image zoom
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:810166
    • 提供者:wsy
  1. SEED401_SobelEdge_all_1

    0下载:
  2. 在CCS平台上开发的Sobel边缘检测程序,能够实现图像的Sobel边缘检测处理,北京交通大学DSP图像处理课程作业源代码-In the CCS platform Sobel edge detection procedures, to achieve Sobel edge detection image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1177561
    • 提供者:sq
  1. EdgeImageSub

    0下载:
  2. 使用Roberts算法实现图像边缘检测,可在CCS上运行,用于图像处理,通过验证完全可以使用。-using Roberts algorithm to finish image edge detection, can run on the CCS, for image processing, through the verification can be used.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:910
    • 提供者:caoyj
  1. anti-color-input-image

    0下载:
  2. 通过ccs软件编译并下载至dsp芯片,可以实现实时输入图像的反色-By ccs software compiled and downloaded to the dsp chip, can achieve real-time anti-color input image
  3. 所属分类:DSP program

    • 发布日期:2017-04-14
    • 文件大小:3686
    • 提供者:徐潇
  1. MedianFilter

    0下载:
  2. 图像处理中值滤波算法 CCS例程 针对芯片DM642-Image processing routines for median filtering algorithm CCS DM642 chip
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:523004
    • 提供者:陈杰
  1. TMS320C6678image-processing

    1下载:
  2. 面向嵌入式微型化工业视觉领域,主CPU采用8核DSP处理器TMS320C6678,具有10G 处理能力,支持Basler/Dalsa等国际主流CameraLink、Gige相机的全速接入,提供DSP CCS 环境下的相机驱动软件包和图像处理算法包,并提供基于OpenMP的简易化CCS二次开发 框架和典型例程,同时提供上位机C#调试软件程序-Visual field for embedded micro-chemical industry, the main CPU 8-core DS
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:327144
    • 提供者:吴晓瑶
« 1 2 3 4 56 »
搜珍网 www.dssz.com