« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Advanced Image Processing with Large Image Support
Face Detection
Locate and highlight detected faces.
In[1]:=
In[2]:=
X
boxes = FindFaces[i, {50, \[Infinity]}];
In[3]:=
X
Show[i, Graphics[{EdgeForm[{Red, Thick}], Opacity[0], Rectangle @@@ boxes}]]
Out[3]=