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

  /external/opencv/cv/src/
cvcanny.cpp 168 const short* _dy = (short*)(dy->data.ptr + dy->step*i); local
180 _mag[j] = abs(_dx[j]) + abs(_dy[j]);
187 x = _dx[j]; y = _dy[j];
196 x = _dx[j]; y = _dy[j];
214 _dy = (short*)(dy->data.ptr + dy->step*(i-1));
236 y = _dy[j];
cvsnakes.cpp 109 CvMat _dy = cvMat( TILE_SIZE, TILE_SIZE, CV_16SC1, dy ); local
309 pY.process( &_src1, &_dy );
cvhough.cpp 1017 float _dx, _dy; local
1019 _dx = cx - pt.x; _dy = cy - pt.y;
1020 ddata[j] = _dx*_dx + _dy*_dy;
    [all...]

Completed in 160 milliseconds