Jonathan Byrne Ph.D
Computer Vision and Machine Learning Group
Movidius / Intel
Ireland
background = video.nextframe()
while(video.hasframes()){
newframe = video.nextframe()
Difference = abs(background - newframe)
show(difference)
}