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, MCvSize winSize, Image<Gray, float> velx, Image<Gray, float> vely )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)