# KLT **Repository Path**: uav360/KLT ## Basic Information - **Project Name**: KLT - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-05 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README KLT (MATLAB) === Kanade–Lucas–Tomasi (KLT) feature tracker is a famous algorithm in computer vision to track detected features (corners) in images. I implemented this algorithm to detect moving man and rotating phone in consecutive frames. Input and output are included.