HomeSort by relevance Sort by last modified time
    Searched defs:centery (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvsnakes.cpp 85 int centery = win.height >> 1; local
228 Econt[(j + centery) * win.width + k + centerx] = energy =
268 Ecurv[(j + centery) * win.width + k + centerx] = energy =
324 Eimg[(j + centery) * win.width + k + centerx] = energy =
329 Eimg[(j + centery) * win.width + k + centerx] = energy =
371 if( E[(j + centery) * win.width + k + centerx] < Emin )
373 Emin = E[(j + centery) * win.width + k + centerx];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 261 int centery = ch / 2; local
270 centery - rad,
272 centery + rad);
  /external/zxing/core/
core.jar 

Completed in 5116 milliseconds