搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
LGE
- 一个用来计算高维数据线性图形嵌入的matlab函数,是几乎所有线性降维算法(如LPP, NPE, IsoProjection, LSDA.)都要用的一个文件,在这里上传给大家,一定用得着!
plotgaborfilters
- 本函数实现了在不同的参数设置下log-Gabor的图形显示-This function in the different parameters set up under the log-Gabor graphical display
GaborFilter
- 基于GABOR函数的滤波器,试过了可以直接用的。文件中并给出了具体图形。-GABOR function based on the filter, can be tried directly used. Document and give a specific graphics.
28781075Fourierbianhuajifanbianhuan
- 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-This is a FFT
assiseantincltuing
- matlab 详细说明书,学习matlab的好帮手,包括内容,常用函数(Matlab detailed manual, study the good assistant of the matlab, including content, commonly used functions)
yuxgnsp
- 可以转动的风扇为旋转函数,在命令窗口调用fan_rot,m即可获得动态的旋(Can turn the fan to rotate function, in a command window call fan_rot, m can obtain the dynamic spin)
40365969
- 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解(Written by cubic spline interpolation function source code, and write the program for the specific problem to solve)