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
/