搜索资源列表
Raw2Bmp
- 数字图像处理作业,将Raw文件转换为Bmp格式。-Digital image processing operations, the Raw file converted to Bmp format.
raw_translate.tar
- 将8Bit的无文件头的raw格式文件转换成16bit的带文件头的rawTI文件。TI的Itt工具可以识别该文件。-The 8Bit raw file without file header converted into 16bit raw format with file header rawTI file. Itt will use those files directly.
v4l
- v4l的测试程序,可以用来获取usb摄像头的一帧图像,格式为*.raw,可以用ps等工具查看。该程序的编译工具为gcc。-A v4l test program. You can use it to catch one frame picture of the usb camera. The picture format is*.raw, can be viewed with PS, etc. Please compile it with gcc.
imx219_mipi_raw_2lane_mt6582
- imx219摄像头模组mipi接口raw格式2通道mt6582平台,驱动-imx219 mipi raw 2lane mt6582
raw.txt
- 主要用于maltab读取raw格式的图片并显示出来-Mainly used for raw to read maltab format picture
raw2wav.c
- 实现语音文件格式的的转换,实现pcm和raw转换成wav语音文件格式-Voice file format conversion, PCM and raw conversion into WAV voice file format
MD5Encrypt
- MD5算法具有以下特点: 1、压缩性:任意长度的数据,算出的MD5值长度都是固定的。 2、容易计算:从原数据计算出MD5值很容易。 3、抗修改性:对原数据进行任何改动,哪怕只修改1个字节,所得到的MD5值都有很大区别。 4、强抗碰撞:已知原数据和其MD5值,想找到一个具有相同MD5值的数据(即伪造数据)是非常困难的。 MD5的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的十六进制数字串)。除了MD