This document describes the ORB (Oriented FAST and Rotated BRIEF) image feature detection and description algorithm. It first discusses image features in general, including corner detection methods like FAST, BRIEF and SIFT. It then provides an overview of ORB, which combines oFAST for keypoint detection with rBRIEF for descriptor extraction. The document proceeds to explain the details of the ORB algorithm, including using an image pyramid for scale invariance, computing keypoint orientations, and generating rotation-invariant BRIEF descriptors.