HomeSort by relevance Sort by last modified time
    Searched full:patchj (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvlkpyramid.cpp 460 float* patchJ = _patchJ[threadIdx];
501 (isz.width-2)*sizeof(patchI[0]), isz, smoothKernel, patchJ );
523 icvGetRectSubPix_8u32f_C1R( imgJ[l], levelStep, levelSize, patchJ,
524 jsz.width*sizeof(patchJ[0]), jsz, _v ) < 0 )
538 const float* pj = patchJ + y*jsz.width;
558 const float* pj = patchJ + y*jsz.width;
624 const float* pj = patchJ + y*jsz.width;
690 float *patchJ;
778 patchJ = patchI + srcPatchLen;
779 Ix = patchJ + patchLen
    [all...]

Completed in 1088 milliseconds