detectfaces -v /opt/Movies/ViCAS/ForrestGump/
ForrestGump.mpg 4113 4500 3 -ro 10 1 -c -fast 40 -r
By this command line the faces in frontal
view (at least 40by 40 pixels large) are located in the movie ForrestGump
from frame 4113 to 4500. Every 3th frame is processed. The output looks
like
frame 4113 Thu Jun 4 13:28:34 1998
1 176 92 69 10
frame 4116 Thu Jun 4 13:28:42 1998
1 176 92 84 0
frame 4119 Thu Jun 4 13:28:50 1998
1 174 92 58 0
frame 4122 Thu Jun 4 13:28:58 1998
1 169 93 58 10
frame 4125 Thu Jun 4 13:29:07 1998
1 164 94 69 0
....
The output shoud be read in the following
way: For each frame n which is processed "frame <no> <starting date/time
of search>" is output followed by a list of localized faces. Each localized
face is described in its own text line. The first integer specifies the
running face number in the frame. It is followed by the position (x,y)
of the face (center) and the size of the face. The last parameter specifies
at which rotation angle the face was detected.
|