#include "pyrimage.h"


Go to the source code of this file.
Functions | |
| void | myCalcOpticalFlowPyrLK (const PyrImage *arrA, const PyrImage *arrB, const CvPoint2D32f *featuresA, CvPoint2D32f *featuresB, int count, CvSize winSize, int level, char *status, float *error, CvTermCriteria criteria, int flags) |
| void myCalcOpticalFlowPyrLK | ( | const PyrImage * | arrA, | |
| const PyrImage * | arrB, | |||
| const CvPoint2D32f * | featuresA, | |||
| CvPoint2D32f * | featuresB, | |||
| int | count, | |||
| CvSize | winSize, | |||
| int | level, | |||
| char * | status, | |||
| float * | error, | |||
| CvTermCriteria | criteria, | |||
| int | flags | |||
| ) |
Definition at line 523 of file mylkpyramid.cpp.
References icvCalcIxIy_32f(), icvInitPyramidalAlgorithm(), PyrImage::images, intersect(), mycvGetRectSubPix_8u32f_C1R(), and PyrImage::nbLev.
Referenced by kpt_tracker::track_ncclk().
1.5.9