Description: 人脸检测的完整程序,经过测试,可以达到一定的目的,还附有PCA程序。-Face Detection complete the procedure, after testing, can achieve a certain purpose, but also with PCA procedures. Platform: |
Size: 5120 |
Author:lb |
Hits:
Description: 元胞自动机的虚拟程序
开发工具:Microsoft Visual Basic 6.0
运行平台:Windows OS
(VB编译,代码未优化,运行速度较慢)
词语解释:
CA,cellular automata,元胞自动机,或称细胞自动机。
模式(Pattern),多个细胞构成的一个状态组合。
模型:
维度,二维四方网格
细胞,两种状态(活、死);一个方格代表一个细胞。
邻居,Moore型(上、下、左、右、左上、右上、左下、右下)
规则,1)一个活着的细胞如果保持活的状态,那么它必需具有2至3个活的邻居,否则它就变成死的状态。2)一个死的细胞如果变成活的,那么它必需恰好有3个活的邻居。
程序功能:
1. 方格水平数量和垂直数量自由设置(最少为2,即2*2的网格)
2. 随机初始化细胞(细胞为活的概率可设置)
3. CA状态的演化,可自动逐步也可手动逐步。
4. 两种显示模式(用于研究可能的规律)
5. 可对CA状态进行编辑(操作类似简单的绘图)。
6. 模式。可以选择局部网格为模式;模式可以被旋转和翻转操作;模式可以被保存到文件和插入到网格。
7. 可以保存当前CA的状态到文件,也可载入已保存的CA状态。-Cellular Automata virtual procedure
Development tools: Microsoft Visual Basic 6.0
Platform: Windows OS
(VB compiler, the code is not optimized to run more slowly)
Words to explain:
CA, cellular automata, cellular automaton, or cellular automata.
Pattern (Pattern), consisting of a number of cells in a state of combination.
Model:
Dimension, two-dimensional grid Quartet
Cells, two states (living and dead) a grid on behalf of a cell.
Neighbors, Moore-type (upper and lower, left, right, left, right, left, bottom right)
Rules, 1) If a living cell to maintain a state of living, then it must have 2-3 living neighbors, otherwise it becomes a state of death. 2) If a dead cell becomes live, then it must have exactly three live neighbors.
Program features:
1. The number of grid levels and the number of free vertical settings (at least 2, which is 2* 2 grid)
2. Random initialization cells (the probability Platform: |
Size: 106496 |
Author:iDo4LT |
Hits:
Description: 一个基于matlab语言的编程,可以实现对人脸的识别算法-A matlab-based programming language can be achieved on the human face recognition algorithm Platform: |
Size: 690176 |
Author:清风怡人 |
Hits:
Description: 《数字图像处理与机器视觉:Visual C++与Matlab实现》6
支持向量机,综合案例——基于PCA和SVM的人脸识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PCA and SVM for Face Recognition System Platform: |
Size: 14796800 |
Author:陈新秋 |
Hits:
Description: 《数字图像处理与机器视觉:Visual C++与Matlab实现》7
V图像的点运算,几何变换, 图像增强,彩色图像处理,实用案例——汽车牌照的投影失真校正-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PCA and SVM for Face Recognition System Platform: |
Size: 7230464 |
Author:陈新秋 |
Hits: