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

  /external/opencv3/samples/cpp/
squares.cpp 52 Mat pyr, timg, gray0(image.size(), CV_8U), gray; local
56 pyrUp(pyr, timg, image.size());
63 mixChannels(&timg, 1, &gray0, 1, ch, 1);
stereo_calib.cpp 101 Mat timg; local
103 timg = img;
105 resize(img, timg, Size(), scale, scale);
106 found = findChessboardCorners(timg, boardSize, corners,
  /external/opencv3/samples/tapi/
squares.cpp 38 UMat pyr, timg, gray0(image.size(), CV_8U), gray; local
42 pyrUp(pyr, timg, image.size());
49 mixChannels(timg, gray0, ch, 1);

Completed in 364 milliseconds