HomeSort by relevance Sort by last modified time
    Searched refs:YMax (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvfloodfill.cpp 104 int XMin, XMax, YMin = seed.y, YMax = seed.y;
160 if( YMax < YC ) YMax = YC;
215 region->rect.height = YMax - YMin + 1;
236 int XMin, XMax, YMin = seed.y, YMax = seed.y;
292 if( YMax < YC ) YMax = YC;
348 region->rect.height = YMax - YMin + 1;
386 int XMin, XMax, YMin = seed.y, YMax = seed.y;
471 if( YMax < YC ) YMax = YC
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 99 int XMin, XMax, YMin = seed.y, YMax = seed.y;
135 if( YMax < YC )
136 YMax = YC;
186 region->rect.height = YMax - YMin + 1;

Completed in 157 milliseconds