OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lnbd
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvcontours.cpp
161
CvPoint
lnbd
; /* position of the last met contour */
member in struct:_CvContourScanner
241
scanner->
lnbd
.x = 0;
242
scanner->
lnbd
.y = 1;
843
CvPoint
lnbd
;
local
866
lnbd
= scanner->
lnbd
;
893
lnbd
.x = x - 1;
898
if( mode == 0 && (is_hole || img0[
lnbd
.y * step +
lnbd
.x] > 0) )
905
if( mode <= 1 || (!is_hole && mode == 2) ||
lnbd
.x <= 0
[
all
...]
/external/opencv3/modules/imgproc/src/
contours.cpp
147
CvPoint
lnbd
; /* position of the last met contour */
member in struct:_CvContourScanner
222
scanner->
lnbd
.x = 0;
223
scanner->
lnbd
.y = 1;
1006
CvPoint
lnbd
= scanner->
lnbd
;
local
1063
lnbd
.x = x - 1;
1068
if( mode == 0 && (is_hole || img0[
lnbd
.y * step +
lnbd
.x] > 0) )
1075
if( mode <= 1 || (!is_hole && (mode == CV_RETR_CCOMP || mode == CV_RETR_FLOODFILL)) ||
lnbd
.x <= 0 )
[
all
...]
Completed in 342 milliseconds