资源列表
图像转换
- 运用MATLAB内置函数,直接将RGB图像转换为灰度图像(Using MATLAB built-in function, the RGB image is directly transformed into gray image)
pca
- 实现一个简单的PCA降维与重构程序,用到的数据在.txt文件中。还有用于测试的.m文件(To achieve a simple PCA dimension reduction and reconstruction procedures)
Btree
- An implementation of Btree data structure using python. Supports insertion, deletion, and traversal operations.
IDM with patch!!!
- This ectObjects(oclMat &gimg, CvMemStorage *storage, double scaleFactor, int minNeighbors, int flags, CvSize minSize = cvSize(0, 0), CvSize maxSize = cvSize(0, 0)); void detectMultiScale(oclMa
PLACA_1 - CADCAM
- esto no se debe usar para nada
codigo
- programa de matlab para procesar imagenes
ApproxAdderLib
- dgfgrdmfkjdbfjnndk djnfjnf enkfj
Comparison of Diversity Techniques
- comparison between the diversity techniques
exp_2_1
- Iris数据集,计算协方差矩阵和相关系数矩阵和kl变换(The goal of this programming experiment is to: Calculate the covariance matrix and the correlation coefficient matrix of the Iris data set. Perform the Karhunen-Loeve transform on this data set.)
位图画刷绘图
- 实现位图画刷绘图和图片的简单编程,颜色渐变(Simple programming to achieve the picture, color gradient)
MC算法
- 实现从RAW文件,进行Marching cube 算法后的,opengl 显示。(Implementation from the RAW file, Marching cube algorithm, OpenGL display.)
pupiltrack
- 本代码是瞳孔检测,利用高斯平滑减小噪声,直方图均衡化增强对比度,二值化突出眼睛的特征,Hough变换画圆找瞳孔。本代码是利用QT做的界面,经过试验,效果良好。可直接使用。(This is pupil track.We employ Gaussian Smoothing to decrease noise, and equlazation histogram to enhance contrast, and binaryzation to prominent eyes' feature, and