#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxOFOneScale (HxImageRep Ix, HxImageRep Iy, HxImageRep It) |
| implement Lucas and Kanade's method for optical flow detection then go for Bergen - multiscale the output is a HxVec2DDouble image where the displacement x and y values are exported. More... | |
| HxImageRep L_HXIMAGEREP | HxOpticalFlow (HxImageRep im1, HxImageRep im2) |
|
||||||||||||||||
|
implement Lucas and Kanade's method for optical flow detection then go for Bergen - multiscale the output is a HxVec2DDouble image where the displacement x and y values are exported.
00015 {
00016 return Ix.neighbourhoodOpExtra2("opticalFlow",Iy,It);
00017 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001