HomeSort by relevance Sort by last modified time
    Searched full:srcstep (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/opencv3/modules/core/src/
dxt.cpp     [all...]
stat.cpp     [all...]
convert.cpp     [all...]
  /external/opencv3/modules/cudawarping/src/
warp.cpp 142 typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize srcSize, int srcStep, NppiRect srcRoi, npp_type* pDst,
  /external/opencv3/modules/imgproc/src/
moments.cpp 593 typedef IppStatus (CV_STDCALL * ippiMoments)(const void * pSrc, int srcStep, IppiSize roiSize, IppiMomentState_64f* pCtx);
filter.cpp 296 int FilterEngine::proceed( const uchar* src, int srcstep, int count,
326 for( ; dcount-- > 0; src += srcstep )
    [all...]
imgwarp.cpp     [all...]
  /external/opencv/cxcore/src/
cxcmp.cpp 237 typedef CvStatus (CV_STDCALL * CvInRangeCFunc)( const void* src, int srcstep,
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp     [all...]
cvsmooth.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 416 const size_t srcofs[], const size_t srcstep[],
420 const size_t srcstep[]) const;
422 const size_t srcofs[], const size_t srcstep[],
    [all...]

Completed in 2954 milliseconds

1 2 34