Searched refs:smoothKernel (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvlkpyramid.cpp | 290 static const float smoothKernel[] = { 0.09375, 0.3125, 0.09375 }; /* 3/32, 10/32, 3/32 */ in cvCalcOpticalFlowPyrLK() local 501 (isz.width-2)*sizeof(patchI[0]), isz, smoothKernel, patchJ ); in cvCalcOpticalFlowPyrLK() 679 static const float smoothKernel[] = { 0.09375, 0.3125, 0.09375 }; /* 3/32, 10/32, 3/32 */ in cvCalcAffineFlowPyrLK() local 846 smoothKernel, patchJ ); in cvCalcAffineFlowPyrLK()
|