% Before you begin tracking a face, you need to first detect it. Use the
% |vision.CascadeObjectDetector| to detect the location of a face in a
% video frame. The cascade object detector uses the Viola-Jones detection
% algorithm and a trained classification model for detection. By default,
% the detector is configured to detect faces, but it can be configured for
% other object types.