Search code examples
matlabtrackingface-detectionface-recognitionmatlab-cvst

Face tracking with subtracting frames in video


Is it possible to track a face in video with subtracting frames without using face recognition?

What happen if the face change in next frame? Is there any way to detect this change with subtracting?


Solution

  • Try this example, which uses the Viola-Jones face detection algorithm, and the KLT (Kanade-Lucas-Tomasi) algorithm for tracking.