tezvyn:

Lucas-Kanade Method: Tracking Pixel Patches, Not Points

Source: Wikipedia: Lucas–Kanade methodintermediate

The Lucas-Kanade method tracks motion by assuming a small patch of pixels moves as a single unit. This overcomes the ambiguity of tracking one pixel. It's fundamental to video stabilization and feature tracking.

The Lucas-Kanade method tracks motion by assuming a small patch of pixels moves as a single rigid unit. Instead of asking "where did this one pixel go?", it asks "what single motion vector best explains the intensity changes in this whole neighborhood?". This is a cornerstone of computer vision for estimating optical flow, used in video stabilization and feature tracking for AR. The footgun: its core assumptions are its weakness. It fails with large displacements or significant lighting changes, as it relies on brightness constancy.

Read the original → Wikipedia: Lucas–Kanade method

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Lucas-Kanade Method: Tracking Pixel Patches, Not Points · Tezvyn