Searched refs:smoothKernel (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvlkpyramid.cpp290 static const float smoothKernel[] = { 0.09375, 0.3125, 0.09375 }; /* 3/32, 10/32, 3/32 */ local
501 (isz.width-2)*sizeof(patchI[0]), isz, smoothKernel, patchJ );
679 static const float smoothKernel[] = { 0.09375, 0.3125, 0.09375 }; /* 3/32, 10/32, 3/32 */ local
846 smoothKernel, patchJ );

Completed in 61 milliseconds