Model Pipeline - Haar cascade face detection
This pipeline detects faces in images using Haar cascade classifiers. It scans the image with a sliding window, checking for face-like patterns using simple features. The process quickly finds faces by combining many small decisions.