Kanade–Lucas–Tomasi (KLT) feature tracker is a famous algorithm in computer vision to track detected features (corners) in images.<br>
I implemented this algorithm to detect moving man and rotating phone in consecutive frames.<br>
Input and output are included.