This document summarizes Dynamic Time Warping (DTW), a technique for measuring similarity between two sequences that may vary in speed. It works by finding an optimal match between the two sequences via a local warping path within a defined window. The warping path is restricted by monotonicity, continuity, boundary conditions, and a warping window to limit how far sequences can be warped in time.