CascadeKlassifikatoren
CascadeKlassifikatoren, often referred to as Cascade Classifiers, are a machine learning approach primarily used for object detection. They were popularized by Paul Viola and Michael Jones in their 2001 paper on rapid object detection. The core idea is to use a series of progressively more complex classifiers to identify the presence of an object.
The cascade starts with a very simple and fast classifier that can quickly reject a large number
The features commonly used in Cascade Classifiers are Haar-like features, which are simple rectangular features that
Cascade Classifiers have been widely used for tasks like face detection, where they achieved significant real-time