资源列表
prime
- 计算MAXSIZE个质数。觉得算得还是挺牛鼻的。自己写的。
breseham.c
- Implementaç ã o do Algoritmo de Bresenham usando em no desenvolvimento de jogos em computaç ã o gráfica
LBP
- opencv 打开一张图片,基于LBP的特征提取-feature matching
princa
- 利用MATLAB工具,实现了pca算法,用来对人脸图像进行身份识别,具有较高的识别准确率。-Using the MATLAB tool to achieve the pca algorithm, used to identify the face image, with a high recognition accuracy.
liuchanghuizhi
- 在制定海岸线、网格坐标、坐标点流速即可绘制流场图-In the development of the coastline, the grid coordinates, the coordinates of point velocity flow diagram can be drawn
greenleaf
- 这个程序以动画的形式,逐渐画出一片绿叶。-This program gradually drew a leaf by animation form
peizhun
- 基于MATLAB的图像配准程序,可以对旋转图像进行配准。-MATLAB-based image registration process, you can rotate the image registration.
filteringandresult
- 基于matlab的FIR低通滤波及其实现过程-Based on the FIR low-pass filter matlab and its realization
book_Huffman
- 霍夫曼编码,matlab实现,处理图像为lean图像。-Huffman coding, matlab achieve processing image for lean image.
change
- 图像插值,最邻近,双线性,双三次算法函数-Image interpolation, nearest neighbor, bilinear, bicubic algorithm function
WidebandBeamforming1
- Wideband beamforming technique which is used for voice and speech
matlab
- 如何读取数据textread,例如通过xin textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组xin中,且xin的维数和大小会自动与文件x_inlet.txt的相匹配。 如何设定坐标轴范围和坐标间距axis,set 例如 axis([0,7,0,12,-10,2])表示xyz坐标范围分别为0~7,0~12,-10~2,set(gca, XTick ,[0:1:7])表示x坐标范围为0~7,坐标间距为1.-How can we read