Lucas-Kanade-tracking-and-Correlation-Filters icon indicating copy to clipboard operation
Lucas-Kanade-tracking-and-Correlation-Filters copied to clipboard

LucasKanadeAffine threshold bug

Open elzino opened this issue 4 years ago • 0 comments

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!

elzino avatar Nov 11 '20 13:11 elzino