⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 source code.htm

📁 基于MATLAB的人脸检测程序
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0061)http://www-cs-students.stanford.edu/~robles/ee368/source.html -->
<HTML><HEAD><TITLE>Source Code</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="Ulises Robles" name=Author>
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY background="Source Code.files/background.jpg">
<CENTER>
<H1><FONT size=+2>Face Detection</FONT></H1></CENTER>
<CENTER>
<H2><FONT size=+1>Henry Chang and Ulises Robles</FONT></H2></CENTER>
<HR width="100%">
<A href="http://www-cs-students.stanford.edu/~robles/ee368/references.html"><IMG 
height=24 alt=next src="Source Code.files/next_motif.gif" width=37></A><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/conclusion.html" 
name=tex2html157><IMG height=24 alt=previous 
src="Source Code.files/previous_motif.gif" width=63></A><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/main.html" 
name=tex2html167><IMG height=24 alt=contents 
src="Source Code.files/contents_motif.gif" width=65></A> 
<CENTER>
<H2><U>Source Code</U></H2>
<P></CENTER><FONT face=arial size=-1><FONT color=red><B><U>Please 
Note:</U></B></FONT> We have received many inquiries about the source code. This 
code does not intend to solve someone's particular project and it is not 
complete (it is around 85%). The purpose of this code is to give you an idea of 
how we implemented <B>part</B> of the algorithm. <BR><BR>Please do not send us 
any email regarding code questions or <B><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/skincolor.html#skinsamples">skin 
samples</A></B>, because it will <B><U>NOT</U></B> be answered. Other project 
questions are welcome. Thank you. </FONT>
<P><BR>
<UL>
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/ChromaDist.m">ChromaDist.m</A>&nbsp; 
  : returns the chromatic components of the image low pass filtering is carried 
  out to remove noise. <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/ColorDistPlot.m">ColorDistPlot.m</A> 
  :&nbsp; plot the chromatic color distribution of the image. <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/SegmentSkin.m">SegmentSkin.m</A> 
  :&nbsp; Assume the skinmodel.m is run. Then, produce two images, 
  skinlikelihood greyscale image, skin1and skin segment binary image, skin2. 
  <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/skinmodel.m">skinmodel.m</A>: 
  32500 skin samples from 17 color images will be used here to determine the the 
  color distribution of a human face in chromatic color space. <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/detect.m">detect.m</A>&nbsp; 
  : main routine that given theskin segmented image and the original image, 
  determines which regions correspond to a face and marks them with a rectangle. 
  <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/processregion.m">processregion.m</A> 
  :&nbsp; plot the chromatic color distribution of the image. <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/faceInfo.m">faceInfo.m</A> 
  :&nbsp; Gets some information of the region that might indicate a face. 
  <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/center.m">center.m</A>: 
  Computes the center of mass or centroid of a skin region. <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/orient.m">orient.m</A>: 
  Determines the inclination angle of the region with respect to the vertical 
  line. <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/isThisAFace.m">isThisAFace.m</A> 
  <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/clean_model.m">clean_model.m</A> 
  <BR>&nbsp; 
  <LI><A 
  href="http://www-cs-students.stanford.edu/~robles/ee368/recsize.m">recsize.m</A> 
  <BR>&nbsp;</LI></UL><BR>&nbsp; 
<P><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/references.html"><IMG 
height=24 alt=next src="Source Code.files/next_motif.gif" width=37></A><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/conclusion.html" 
name=tex2html157><IMG height=24 alt=previous 
src="Source Code.files/previous_motif.gif" width=63></A><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/main.html" 
name=tex2html167><IMG height=24 alt=contents 
src="Source Code.files/contents_motif.gif" width=65></A> 
<P><B>Next:&nbsp;</B><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/references.html" 
name=tex2html164> References</A><B> Previous: </B><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/conclusion.html" 
name=tex2html164>Conclusion</A><B> Contents:&nbsp;</B><A 
href="http://www-cs-students.stanford.edu/~robles/ee368/main.html" 
name=tex2html164> Face Detection</A> 
<P>
<HR width="100%">
<BR><I><FONT size=+1>Henry Chang and Ulises Robles</FONT></I> <BR><I><FONT 
size=+1>Last modified: Thu. May 25, 2000</FONT></I> </BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -