搜索资源列表
img2num
- 此matlab程序针对320×240的tft液晶显示屏,可以将任何格式的图片转为tft所用的16位(65536色)LCD的表示,并写成一维数组的c文件,便于图片显示的调用。
GPS.rar
- 说明: GR(M)-87目前只能应用于WINCE5.0版本中,其它版本用不了。 1.该软件是用来检测GPS的COM以及GPS信号的软件,应用广泛 2.mGpsCmd是PPC(WINCE系统)用的,GpsViewer 1.5是PC和PPC的安装程序,考到SD卡上就可以直接用! 用法1:搜索COM口,连上GPS,点SCAN,如果提示找到FOUNDGPS,那么就是对应的COM口 3..在WINDOWS XP/2000系统使用,安装USB_drive
cancorr.rar
- CCA的代码,将两张图片做典型相关分析,输入参数分别为:输入图像1,输入图像2,行,列,通道1,通道2,输出矩阵。,CCA' s code, two pictures to do canonical correlation analysis, input parameters are as follows: the input image 1, the input image 2, row, column, channel 1, channel 2, the output matrix.
histogram4
- 利用matlab和modelsim完成了用直方图均衡化处理灰色图片的前仿真,有处理前后图片的对比,verilog语言编写,但到用实时处理还差很远-Completed using matlab and modelsim deal with the gray image histogram equalization before the simulation, a comparison of before and after pictures, verilog language, but with
thresh
- 本程序是先通过matlab将图片转化为dat文件并在matlab中做二值化处理以便于DSP处理结果对照,然后将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。-This procedure is first converted into the picture by matlab dat files in matlab to do binarization processing to the DSP processing results of the contro
hist
- 本程序时DSP上实现的图像均衡化,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做均衡化处理以便于DSP处理结果对照。-This program is implemented on a DSP image equalization, first dat file into the development of CCS on the TI deal, which the CCS is use
Roberts
- 本程序时DSP上实现的图像Roberts边缘检测,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做Roberts边缘处理以便于DSP处理结果对照。-This program is implemented on a DSP image edge detection Roberts, first dat file into the development of CCS on the TI de
mid
- 本程序时DSP上实现的图像中值滤波,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的。-This program is implemented on a DSP image median filtering, first developed by TI dat file into CCS on the treatment, which in the CCS is used on the C programmin
TFFT_Matllabh
- 本文是一片关于FFT的Matlab仿真分析,很具体,,配有大量清晰的仿真图片~~有利于FFT初学入门者的学习 -This article is a Matlab simulation analysis of the FFT is very specific, clear Peiyoutailiang simulation picture ~ ~ conducive to the learning of the FFT novice beginners
bmp_process
- 在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.
Desktop
- 指纹识别系统,调试成功后的源码,带有图片,matlab 7.0 直接运行-Fingerprint identification system, source code debugging success, with pictures directly run matlab 7.0
8-TFT_24
- 基于Xilinx Spartan6自制开发板实验,2.4存TFT屏静态刷新特定图片。如果要修改图片,请使用Matlab将图片生成*.coe格式,生成ROM加载。-Development board based on Xilinx Spartan6 homemade experiment, 2.4 TFT screen kept static refresh specific picture. If you want to modify the picture, the image is gene
Desktop
- 基于MATLAB的图像压缩实现 , 将彩色图片转为黑白图片 ,用huffman算法进行压缩。(Implementation of image compression based on MATLAB)
sobel
- 由Verilog编写在FPGA实现sobel算法应用于图像边缘检测,工程文件可在quartus13.1以上版本打开;工程使用到ram、fifo、pll三种ip核,design文件夹下包含ram、fifo、vga控制以及串口收发和sobel算法模块,sim和doc文件夹下分别包含modelsim的仿真模块和仿真结果;测试时将200*200分辨率的图片用matlab文件夹下的matlab脚本压缩、二值化,再将生成文件中数据用串口发给FPGA,边缘检测结果会通过VGA输出。(Written by Ve