This recipe presents another machine learning method, the SVM, which can produce accurate 2-class classifiers from training data. They have been largely used to solve many computer vision problems. This time, classification is solved by using a mathematical formula that looks at the geometry of the problem in high-dimension spaces.
In addition, we will also present a new image representation that is often used in conjunction with SVMs to produce robust object detectors.