HomeSort by relevance Sort by last modified time
    Searched refs:tplRoiSize (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
templmatch.cpp 572 IppiSize tplRoiSize = {tpl.cols,tpl.rows};
588 status = ippiCrossCorrNormGetBufferSize(srcRoiSize, tplRoiSize, funCfg, &bufSize);
594 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
605 IppiSize tplRoiSize = {tpl.cols,tpl.rows};
621 status = ippiSqrDistanceNormGetBufferSize(srcRoiSize, tplRoiSize, funCfg, &bufSize);
627 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
    [all...]
  /external/opencv/cv/src/
_cvipp.h 572 const arrtype* pTpl, int tplStep, CvSize tplRoiSize, \
578 const arrtype* pTpl, int tplStep, CvSize tplRoiSize, \
584 const arrtype* pTpl, int tplStep, CvSize tplRoiSize, \
    [all...]

Completed in 49 milliseconds