Here arg[1] to argv[4] contain the paths to the shape_model, patch_model, face_detector, and face_tracker objects, respectively. The visualization for the face tracker in visualize_face_tracker.cpp is equally simple. Obtaining its input image stream either from a camera or video file, through the cv::VideoCapture class, the program simply loops until the end of the stream or until the user presses the Q key, tracking each frame as it comes in. The user also has the option of
resetting the tracker by pressing the D key at any time.