Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
cvlkpyramid.cpp File Reference
#include "_cv.h"
#include <float.h>
#include <stdio.h>

Functions

CV_IMPL void cvCalcOpticalFlowPyrLK (const void *arrA, const void *arrB, void *pyrarrA, void *pyrarrB, const CvPoint2D32f *featuresA, CvPoint2D32f *featuresB, int count, CvSize winSize, int level, char *status, float *error, CvTermCriteria criteria, int flags)
 
CV_IMPL void cvCalcAffineFlowPyrLK (const void *arrA, const void *arrB, void *pyrarrA, void *pyrarrB, const CvPoint2D32f *featuresA, CvPoint2D32f *featuresB, float *matrices, int count, CvSize winSize, int level, char *status, float *error, CvTermCriteria criteria, int flags)
 
CV_IMPL int cvEstimateRigidTransform (const CvArr *_A, const CvArr *_B, CvMat *_M, int full_affine)
 

Variables

icvOpticalFlowPyrLKInitAlloc_8u_C1R_t icvOpticalFlowPyrLKInitAlloc_8u_C1R_p = 0
 
icvOpticalFlowPyrLKFree_8u_C1R_t icvOpticalFlowPyrLKFree_8u_C1R_p = 0
 
icvOpticalFlowPyrLK_8u_C1R_t icvOpticalFlowPyrLK_8u_C1R_p = 0
 

Function Documentation

CV_IMPL void cvCalcAffineFlowPyrLK ( const void *  arrA,
const void *  arrB,
void *  pyrarrA,
void *  pyrarrB,
const CvPoint2D32f featuresA,
CvPoint2D32f featuresB,
float matrices,
int  count,
CvSize  winSize,
int  level,
char *  status,
float error,
CvTermCriteria  criteria,
int  flags 
)
CV_IMPL void cvCalcOpticalFlowPyrLK ( const void *  arrA,
const void *  arrB,
void *  pyrarrA,
void *  pyrarrB,
const CvPoint2D32f featuresA,
CvPoint2D32f featuresB,
int  count,
CvSize  winSize,
int  level,
char *  status,
float error,
CvTermCriteria  criteria,
int  flags 
)
CV_IMPL int cvEstimateRigidTransform ( const CvArr _A,
const CvArr _B,
CvMat _M,
int  full_affine 
)

Variable Documentation

icvOpticalFlowPyrLK_8u_C1R_t icvOpticalFlowPyrLK_8u_C1R_p = 0
icvOpticalFlowPyrLKFree_8u_C1R_t icvOpticalFlowPyrLKFree_8u_C1R_p = 0
icvOpticalFlowPyrLKInitAlloc_8u_C1R_t icvOpticalFlowPyrLKInitAlloc_8u_C1R_p = 0