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

  /external/opencv3/modules/core/test/
test_dxt.cpp 246 static void convertFromCCS( const Mat& _src0, const Mat& _src1, Mat& _dst, int flags )
256 src0row = _src0.row(i);
264 src0row = _src0.col(0);
269 src0row = _src0.col(_src0.cols - 1);
278 int cn = _src0.channels();
284 if( !_src0.isContinuous() )
285 srcstep = (int)(_src0.step/_src0.elemSize1());
290 const float* src0 = _src0.ptr<float>()
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 449 CvMat _src0; local
452 cvGetSubArr( img, &_src0, patch_rect );
457 cvResize( &_src0, &_src, CV_INTER_AREA );
  /external/opencv3/modules/core/src/
dxt.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]

Completed in 65 milliseconds