Computes flow for every pixel of the first input image using Lucas & Kanade algorithm

C# | Visual Basic | Visual C++ |
public static void LK( Image<Gray, byte> prev, Image<Gray, byte> curr, Size winSize, Image<Gray, float> velx, Image<Gray, float> vely )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)