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

  /external/opencv/cv/src/
cvlkpyramid.cpp 46 intersect( CvPoint2D32f pt, CvSize win_size, CvSize imgSize,
62 max_pt->x = MIN( win_size.width, imgSize.width - ipt.x );
63 max_pt->y = MIN( win_size.height, imgSize.height - ipt.y );
67 static int icvMinimalPyramidSize( CvSize imgSize )
69 return cvAlign(imgSize.width,8) * imgSize.height / 3;
91 CvSize imgSize, levelSize;
128 imgSize = cvGetSize(imgA);
130 levelSize = imgSize;
141 assert( pyrBytes <= imgSize.width * imgSize.height * elem_size * 4 / 3 )
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 511 float imgSize[2]; /* size of the camera view, used during calibration */
    [all...]

Completed in 169 milliseconds