Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxOpticalFlow.h File Reference

More...

#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)


Detailed Description


Function Documentation

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.

00015 {
00016     return Ix.neighbourhoodOpExtra2("opticalFlow",Iy,It);
00017 }


Generated on Tue Feb 3 14:18:50 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001