This document discusses real-time image processing. It begins with an introduction and definitions of real-time and non-real-time processing. It then discusses the requirements for a real-time image processing platform, including high resolution/frame rate video input and low latency. The document outlines some advantages of real-time image processing such as immediate results and automation. It then provides an overview of an object detection system using Viola-Jones detection with integral images, AdaBoost learning, and a cascade classifier structure. Experimental results show the cascade classifier can detect faces in real-time.