Алгоритмы для Matlab
Немного посмотрел в интернете реализацию алгоритмов распознавания лиц для Matlab:
- Face Detection System. Face Detection using gabor feature extraction and neural networks.
- fdlib is a face detection library for C/C++ and Matlab. It allows you to detect the presence and locations of frontal faces in images. Here is an example
- Face Detection and Neural Networks. These are Matlab m-files that describe a neural network which will (hopefully) identify if an image contains a human face. The output value is a number which represents the probability that the image is a face: 1 for face, 0 for not a face. You need to download all the required m-files for the programs to run.
Почти везде есть файл с тестовыми изображениями. Пока не разбирался.
Вспомнил! Вторая фотка — это разработчики Microsoft :-D
[...] Женя Павлов показал нам найденные алгоритмы FD для среды Matlab. Нужно найти их описание (хотя бы краткое) и приступить [...]