搜索资源列表
OV528_DS
- 串口输出的摄像头数据转JPEG硬件压缩芯片,可用于串口摄像头制作,-Serial output data transfer camera JPEG hardware compression chip, the camera can be used in serial production,
image_output
- 采用matlab原码设计,功能是实现将图象裸数据输出到文件,可用做FPGA仿真文件.-Matlab code using the original design, function is to achieve the image raw data output to a file, the file can be used FPGA emulation.
bmp
- 纯C代码读入bmp图片数据,并输出RGB数据。-Pure C code to read bmp image data and RGB data.
TestBMPBuffer
- linux 使用codeblock 得到图像二进制数据、将二进制数据输出为BMP 并且可将二进制数据读入OPENCV-linux use codeblock image binary data, binary data output to BMP and binary data can be read into the OPENCV
test_mospectral_idl
- 使用idl进行编写的输入与输出数据的小程序,为初学者使用- A small program for input and output data this program is mainly for the beginners .
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
readjpeg
- 读取图片数据并输出到txt文本中,再从txt文本中读取数据生成图片-Reading image data and outputs to txt, and then read the data generated image txt text