资源列表
uva-594
- 各种平台对数据的识别方式不同,现有两平台,存储方式完全相反 如A平台上存储的O×♢ △,在B平台上就是△♢ ×O 需要编一段代码,将误读入的数据还原 如B从A上得到的数据显示为1,其实它是16777216 -A variety of platforms for the identification of data in different ways, two existing platforms, storage platforms such as A
pr3
- 边缘检测代码。多种检测方法,包括梯度算法(多种窗),LOG算法,sobel算子-Edge detection code. A variety of detection methods, including gradient algorithm (multiple windows), LOG algorithm, sobel operator, etc.
pintu
- 拼图程序,可以将数百张碎图片拼接成原型,可以供大家参考-Puzzles program, hundreds of broken images can be spliced into prototype, can for your reference
pCAYUANMA
- 一个关于人脸识别的PCA方法,不知有没有,先传了。程序非常简单,每一行都有非常详尽的注释。所以可供刚入门者学习。-On the PCA face recognition method, I wonder if there are not, first passed. Procedure is very simple, each line has very detailed notes. So for beginners just learning.
bat_encodingaunencoding
- 利用记事本自动识别字符编码的BUG,干扰其实别过程,达到加密批处理内容的过程。解密文件为逆向过程,使被加密的文件可以正常显示。-Using Notepad, automatically identify the character encoding of the BUG, in fact, do not interfere with the process, to encrypt the contents of the batch process. Decrypt t
AdjustTexture
- 调整图像的直方图分布,显示不同图像的特着,对图像进行分析-adjust the image histogram distribution, show different images to the special, right image analysis
SpPCA
- 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。
Primf
- 使用prim方法,在金融股票市场应用复杂网络方法构建最小生成树网络的Matlab编程代码-Use prim method, the application method in the complex network of financial stock market to build the minimum spanning tree network Matlab programming code
Gabor1
- GABOR特征提取算法源代码。可以参考。-gabor feature or gabor1 gabor feature or gabor1 feature1 feature1
eigenface_matlab
- This matlab code implements the face recognition system. It uses the AT&T database. You need to download the database before running the code. Instruction to download the database is in the comment section of the file. 这个Matlab程序使用eigenface系统实现人脸识
edgehist
- 图像特征提取算法,可供学生学习参考,用的是c++语言写的。
readbmp
- 是一个关于读取位图图象的例程,对于初学位图,bmp图象读取的人有很大帮助。不错的一段代码。