← All terms

Frame differencing

Also known as: Temporal differencing, Background subtraction

A computer vision technique that detects motion or changes in video by comparing consecutive frames pixel by pixel. In accessibility applications, frame differencing can identify instructor actions in presentation videos, detect gestures in sign language recognition, or track user movements for adaptive interfaces. The technique works by calculating the absolute difference between frames and applying a threshold to identify regions of significant change, making it useful for real-time accessibility tools that need to respond to dynamic visual content.

Category: computer vision · assistive technology · machine learning

Related: Eye tracking · Motion capture · Visual guidance

Sources