00001 #ifndef MYPYRLK_H 00002 #define MYPYRLK_H 00003 00004 #include "pyrimage.h" 00005 void myCalcOpticalFlowPyrLK( const PyrImage* arrA, const PyrImage* arrB, 00006 const CvPoint2D32f * featuresA, 00007 CvPoint2D32f * featuresB, 00008 int count, CvSize winSize, int level, 00009 char *status, float *error, 00010 CvTermCriteria criteria, int flags ); 00011 00012 #endif