OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dx
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvcanny.cpp
167
const short*
_dx
= (short*)(dx->data.ptr + dx->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];
213
_dx
= (short*)(dx->data.ptr + dx->step*(i-1));
235
x =
_dx
[j];
cvsnakes.cpp
108
CvMat
_dx
= cvMat( TILE_SIZE, TILE_SIZE, CV_16SC1, dx );
local
308
pX.process( &_src1, &
_dx
);
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 62 milliseconds