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

搜索资源列表

  1. MFCCommAssist

    1下载:
  2. 此程序用于串口接收数据,接收的数据应该是图像采集数据 ,并且是灰度值,并显示图像。-the program is used to serial
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:5810594
    • 提供者:郑鹏程
  1. SEED101_VideoReverse

    0下载:
  2. SEED-VPM642 DSP板卡上的图像处理代码,该代码能够实现图像的倒转的功能。-SEED-VPM642 image processing code, to achieve the reverse image function.
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:345167
    • 提供者:杨炜
  1. VGA图像显示控制器设计

    0下载:
  2. VGA图像显示控制器设计.基于VHDL描述的VGA显示控制器,通过FPGA控制CRT显示器显示色彩和图形。完成的功能包括64种纯色的显示、横向和纵向彩色条幅的显示以及正方形色块的运动与控制。
  3. 所属分类:嵌入式/单片机编程

  1. video_Algorithm

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

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

    0下载:
  2. 基于嵌入式DSP的图像处理算法,用来对图像进行处理(Based on embedded DSP image processing algorithms)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-20
    • 文件大小:305152
    • 提供者:沧海无泪
  1. 基于S3C44B0X的JPEG图像解码及LCD显示的实现

    0下载:
  2. 本文主要介绍了一种基于Philips 公司的ARM 芯片LPC2292 来实现JPEG 图像软件解码的方法及基于此算法实现的手持式JPEG 图像显示器。(This paper introduces a method based on Philips's ARM chip LPC2292 to realize the decoding of JPEG image software, and a handheld JPEG image display based on this algorithm.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-25
    • 文件大小:2056192
    • 提供者:段子
  1. 基于STM32的CCD智能寻迹小车源代码

    5下载:
  2. 这是基于STM32单片机的CCD为传感器的循迹小车的源代码的压缩包,压缩包内的程序完整,算法较优,比赛获得过二等奖,能有效快速识别轨迹,在跑道直道加速,弯道减速。采用PID调速。CCD为传感器,识别跑道图像,STM32对图像分析处理,二值化等。控制电机加减速度,舵机转度。可供参考学习(This is based on the STM32 MCU CCD as sensor tracking cart source code package of procedure in the package
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-08-09
    • 文件大小:7294976
    • 提供者:WISDIMDI
  1. 7105_0xFDF

    2下载:
  2. 浙江大学机器人竞赛文档:提供完整的上位机图像识别挑选物品的匹配算法、下位机反馈控制机器人完成行走路线以及串口通讯的Python/C++/Arduino C代码(Robot contest documentation of Zhejiang University.It provides complete image recognition of the host computer, the matching algorithm of the selected items, the feedback
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-11
    • 文件大小:5631379
    • 提供者:GHHHHH
  1. verilog读取bmp图像数据的程序段.txt

    0下载:
  2. verilog 写的程序段,实现的功能是把bmp图像直接读到数组中。主要是用在仿真过程中,读取图像数据产生video激励用。 代码是个代码片段,只是读取bmp图像部分。 有分的觉得有用的话赏个分,没分的捧个场啦。(read bmp data to array ,used in video stream gen when sim)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:stone%^_^
  1. algorithm

    0下载:
  2. 常用DSP图像处理算法,包括RGB图转灰度,灰度计算直方图等等(Common DSP image processing algorithm)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-27
    • 文件大小:9168896
    • 提供者:loewe
  1. osd(开发板开机画光标菜单)

    0下载:
  2. 采集CVBS模式视频 ,转成BT656数字视频,进行图像处理,视频叠加开机画、光标、菜单(Collect CVBS mode video, convert to BT656 digital video, image processing, video superimposed boot, cursor, menu)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:36349952
    • 提供者:iwangying
  1. CMOS摄像头循迹例程

    0下载:
  2. 基于RX23T单片机的CMOS摄像头图像采集处理程序的编写。主要介绍了如何使用代码生成工具配置本例程所需的UART、简易IIC、外部中断、Port等模块并生成相应的驱动代码,同时对生成的代码文件添加的摄像头驱动与数据存储函数进行了详细说明。后附CMOS摄像头图像采集处理程序源码实例,用户可以结合本例程对RX23T单片机进行摄像头循迹等的拓展应用。(Programming of CMOS camera image acquisition and processing program based o
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2018-01-01
    • 文件大小:18312192
    • 提供者:simplelife
  1. dct

    0下载:
  2. 使用dct算法进行图像的变换之后选取mask对其进行压缩(After using the DCT algorithm for image transform using mask to compress it)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-02
    • 文件大小:61440
    • 提供者:凤梨酥007
  1. 无线图像传输

    0下载:
  2. 有关于图像传输方面的详细介绍,包括图像个数,传输协议的等等(A detailed descr iption of the image transmission, including the number of images, the transmission protocol, and so on)
  3. 所属分类:单片机开发

  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. 图像中值滤波FPGA实现V1.0

    1下载:
  2. 实现图像的中值滤波功能,文件里有效果展示(The realization of the median filter function of the image, the file has the effect of display)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-23
    • 文件大小:30031872
    • 提供者:gxgone
  1. STM32 摄像头二值化成功

    1下载:
  2. 全国大学生电赛需要用到的颜色识别以及物品分拣需要的部分代码,图像二值化(The color recognition required by the national undergraduate students' electrical contest and the partial code required for the sorting of items, the image binarization.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-01
    • 文件大小:4542464
    • 提供者:牛吓吓
  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. TI-DSP-C6000

    1下载:
  2. TI DSP C6000系列图像处理-灰度变换实验程序(TI DSP C6000 Series Image Processing- gray-scale transformation of experimental procedures)
  3. 所属分类:DSP编程

    • 发布日期:2019-05-12
    • 文件大小:17408
    • 提供者:许波
  1. defog

    1下载:
  2. 图像去雾算法FPGA实现,使用xilinx Vivado开发环境(Image dehazing algorithm FPGA implementation using xilinx Vivado development environment)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-05-11
    • 文件大小:13312
    • 提供者:shirokane
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com