OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curr_dst
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvlines.cpp
208
int
curr_dst
;
local
212
curr_dst
= 0;
230
cvSampleLine( &mat, start, end, dst +
curr_dst
, 8 );
231
curr_dst
+= dst_nums[k] * 3;
/external/opencv/cv/src/
cvsubdivision2d.cpp
475
CvSubdiv2DPoint *temp_dst = 0, *curr_org = 0, *
curr_dst
= 0;
local
480
curr_dst
= cvSubdiv2DEdgeDst( curr_edge );
484
curr_dst
->pt, curr_point->pt ) < 0 )
/external/opencv3/modules/imgproc/src/
subdivision2d.cpp
457
int temp_dst = 0, curr_org = 0,
curr_dst
= 0;
local
462
curr_dst
= edgeDst( curr_edge );
466
vtx[
curr_dst
].pt, vtx[curr_point].pt ) < 0 )
Completed in 187 milliseconds