simple KLT tracker

  1. find point to track w Harris Corner Detector
  2. for each corner, compute optical flow between consecutive frames
  3. link motion vectors to get track for each harris point
  4. introduce new harris pts