sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

Bug fix for Lucas Kanade tracker when no points are found #586

Open maraujop opened 10 years ago

maraujop commented 10 years ago

LK tracker is broken, it's using a variable LK that is not defined. This simple patch fixes it.

Cheers, Miguel