Stereo Vision Tutorial - Part I
This tutorial provides an introduction to calculating a disparity map from two rectified stereo images, and includes example MATLAB code and images.
This tutorial provides an introduction to calculating a disparity map from two rectified stereo images, and includes example MATLAB code and images.
My education in the fundamentals of machine learning has mainly come from Andrew Ng’s excellent Coursera course on the topic. One thing that wasn’t covered in that course, though, was the topic of “boosting” which I’ve come across in a number of different contexts now. Fortunately, it’s a relatively straightforward topic if you’re already familiar with machine learning classification.
The final step of the HOG detection process is to cluster the search results.
UPDATE 8/26: There is now example code for both classification and function approximation.
A Radial Basis Function Network (RBFN) is a particular type of neural network. In this article, I’ll be describing it’s use as a non-linear classifier.