Lucas-Kanade-tracking-and-Correlation-Filters
Lucas-Kanade-tracking-and-Correlation-Filters copied to clipboard
LucasKanadeAffine threshold bug
Hi! First, thank you for sharing your code. I tried to run your "testAerialSequence" code on my machine but found some strange point. In LucasKanadeAffine.py, threshold is initialized with 5 and it always makes following while loop condition as False. So LucasKanadeAffine function always returns [[1, 0, 0], [0, 1, 0]] and it means just identity matrix. Can you please check this part and let me know how to fix this part to run your code. Thanks!