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

  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1141 auto imgSize = width * height;
1142 auto image_ptr = new int[imgSize][3];
1146 as_multi_span(as_multi_span(image_ptr, imgSize), dim(height), dim(width), dim<3>());
    [all...]
  /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...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 190 milliseconds