OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMin
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvfloodfill.cpp
104
int
XMin
, XMax, YMin = seed.y, YMax = seed.y;
108
L = R =
XMin
= XMax = seed.x;
139
XMin
= ++L;
159
if(
XMin
> L )
XMin
= L;
212
region->rect.x =
XMin
;
214
region->rect.width = XMax -
XMin
+ 1;
236
int
XMin
, XMax, YMin = seed.y, YMax = seed.y;
240
L = R =
XMin
= XMax = seed.x;
271
XMin
= ++L
[
all
...]
/external/opencv/cvaux/src/
cvsegment.cpp
99
int
XMin
, XMax, YMin = seed.y, YMax = seed.y;
118
XMin
= L;
132
if(
XMin
> L )
133
XMin
= L;
183
region->rect.x =
XMin
;
185
region->rect.width = XMax -
XMin
+ 1;
Completed in 62 milliseconds