搜索资源列表
collectionOfImageAndinterpolation
- 该系统是一个实现图像数据采集以及对图像数据的插值处理,供其它系统进一步处理或显示的系统。具有一定的通用性,适合大多数CMOS图像传感器接入。1准确、适时的数据采集,尽量减少延迟 2采集模块具备一定的数据缓冲功能 3快速有效的数据插值 4使用较少的逻辑器件和存储器 5代码的可读性要强 -The system is a realization of image data acquisition and the image data interpolation, other system for
Ycrcb2rgb
- VHDL代码,在fpga上实现图像数据从ycbcr到rgb的转换-VHDL code in fpga on the image data from the ycbcr to rgb conversion
Load
- 利用embedded c++开发的.bmp格式的图像数据的显示,适用于初步学习EVC的初学者,好好利用
DebugYCbCr
- 将 AD芯片(ADV7183) 采集到的一帧数据 进行处理的程序。 处理源为 ITU656格式 entire field 模式下的整帧数据。 程序输出 每一行的EAV SAV信号坐标、 图像数据字节数, 以及整帧的前10和后10个字节数据, 同时生成TXT文件记录这些信息。 最后将处理源转换成BMP格式输出
3dmedman
- 3DMed 是为医学影像领域的从业人员提供了一款实用软件,方便了医学图像数据的分析和处理。
OV9650_BMP
- 通过OV9650摄像头采集图像数据,并将数据存储为bmp格式图片,然后保存在开发板上的SD卡-OV9650 camera acquisition of image data, and the data is stored as a bmp format picture, and then stored in the SD card development board
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
ARM9平台下的CMOS图像传感器数据采集系统.rar
- ARM9的一些驱动程序 ARM9平台下的CMOS图像传感器数据采集系统
USB_camera
- 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
DE2_CCD_PIP
- 摄像头采集数据的程序代码,使数据图像在屏幕中显示出来的程序。-Camera data acquisition program code, so that data images shown on the screen procedures.
a1
- 基于FPGA的B超数据采集功能,根据输入图像的束同步与帧同步信号,采用中断控制进入FIFO的图像数据的读写操作!-FPGA-based B-data collection capabilities, according to the input image beam synchronization and frame synchronization signal used to control access to FIFO interrupt the operation of image dat
dsp-minsystem
- 采用TI公司的TMS320C6713,通过地址译码和总线隔离,直接将数字图像传感器芯片OV7620接入;利用EDMA独立传送的特点,在不增加DSP软件开销和对总线占用的情况下,实现视频图像的实时采集和处理。经过验证,系统具有实时性好、成本低、开发周期短的特点。通过总线隔离和数据锁存实现了DSP与低速LCD显示模块的接口。针对具体的硬件电路给出了驱动例程。-Using TI s TMS320C6713, through the address decoder and bus isolation,
USB
- 基于USB2.0的红外图像数据采集系统的综合分析与应用-USB2.0 based on the infrared image data acquisition system integrated analysis and application of
WirelessimagetransmissionsystembasedonDSP
- 介绍一种基于DSP的嵌入式无线图像压缩及无线传输系统的设计与实现方法。系统采 用JPEG国际标准。下位机实现图像采集、压缩以及图像数据无线传输 上位机接收图像数据并 完成与PC机的通信。通过DMA在图像采集、压缩及数据传输中的应用,提高了系统的运行效 率。 -forward a numberofcontrolmeasues in the data quality. According to the features of the random software net wor
ActelFPGA_Camera_ApplicationNote
- 摄像头的使用在当今信息化社会中越来越被重视,它可以实时采集现场环境信息,被广 用于安防、工业、交通、商业、金融、体育、军事等领域。本方案主要是基于 Actel Fla 构的 FPGA 来实现视频数据转换、 SDRAM 缓存控制、 TFT 时序控制等功能, 并通过 FPG 活的结构实现摄像头图像的采集与数据处理的功能。 -ActelFPGA_Camera_ApplicationNote
ov7620_51
- 0V7620 利用51来控制OV7620工作,同时FPGA开始捕获图像数据。-0V7620 use 51 to control the OV7620 work, while FPGA start capturing image data.
YCbCr2RGB
- 将图像数据Ycbcr格式转换为rgb格式,方便显示器显示。-Converting the image data Ycbcr format to RGB format , facilitating the monitor display.
imageSample
- 这是一个图象传感器的数据采集程序,用Verilog语言编写,经测试通过,改程序可以作为图像数据采集参考,缩短开发时间。-This is an image sensor data collection procedures, with the Verilog language, has been tested and approved to change the image data acquisition procedure can be used as reference, to shorte
gray_unitary
- 图像数据压缩,用于对视频流的数据动态跟踪范围-video data compress
verilog读取bmp图像数据的程序段.txt
- verilog 写的程序段,实现的功能是把bmp图像直接读到数组中。主要是用在仿真过程中,读取图像数据产生video激励用。 代码是个代码片段,只是读取bmp图像部分。 有分的觉得有用的话赏个分,没分的捧个场啦。(read bmp data to array ,used in video stream gen when sim)