it is not about neural networks *
it is not about "regression"
* well, it will be also about neural networks, but just a little bit ;)
about learning
about classification
about main machine learning concepts: true positive / true negative / false positive / false negative / feature, feature extraction, classifier, accuracy etc.
scene change detection
finding differences between two images
uses OpenCV
method 1 :: based on subtraction of consecutive frames, RGB values of result of subtraction are thresholded and yield a binary image; finally, one counts the amount of white pixels
method 2 :: uses histogram distributions