Searched defs:XMin (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvfloodfill.cpp104 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
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; local
240 L = R = XMin = XMax = seed.x;
271 XMin
386 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
692 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp99 int XMin, XMax, YMin = seed.y, YMax = seed.y; local
118 XMin = L;
132 if( XMin > L )
133 XMin = L;
183 region->rect.x = XMin;
185 region->rect.width = XMax - XMin + 1;

Completed in 178 milliseconds