Face Detection System
Version 7.1
Added an empty folder "data" to fix a bug.
Version 7.0
Adds the implementation of a neural network.
Please visit the official website for this program at the address:
http://www.facedetectioncode.com
You will find instructions on how to run the program, some basic diagrams of the algorithm and also a forum and a contact page to discuss about it.
To run the program:
1- copy all files and directories to the MATLAB's work folder
* In order to run the program you must have Image Processing Toolbox
2- find the file named "main.m"
3- Double click on this file or type "main" in the command window
4- a menu will be shown . click on "Train Network" and wait until the program is done with the training
5- click on "Test on Photos". A dialog box will be appeared. Select a .jpg photo
6- Wait until the program detects some faces
引用
Omid Sakhi (2024). Face Detection System (https://www.mathworks.com/matlabcentral/fileexchange/11073-face-detection-system), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction >
- Industries > Aerospace and Defense > C4ISR >
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Object Detection Using Features > Face Detection >
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!fds71/
fds71/include/
バージョン | 公開済み | リリース ノート | |
---|---|---|---|
7.1.0.0 | Added one empty folder "data" to fix a bug reported by the users. |
||
1.14.0.0 | Version 7.0 adds the implementation of a neural network. |
||
1.12.0.0 | Some fixes are applied for executing the program under Linux CentOS |
||
1.10.0.0 | replacing two functions with built-in functions, so that older versions of MATLAB can run the program correctly. |
||
1.8.0.0 | Two fixes are solved.
|
||
1.4.0.0 | I have only changed the description and added the address of the website for this program. |
||
1.3.0.0 | Fixing the FIle Format |
||
1.1.0.0 | one article ( in Persian ) and one user guide ( in English ) are added to the project. |