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

  /external/libxcam/tests/
test-image-stitching.cpp 574 StitchInfo stitch_info = image_360->get_stitch_info (); local
584 cv::circle (mat, cv::Point(stitch_info.fisheye_info[i].center_x, stitch_info.fisheye_info[i].center_y),
585 stitch_info.fisheye_info[i].radius, cv::Scalar(0, 0, 255), 2);
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 166 StitchInfo stitch_info; local
170 stitch_info.merge_width[0] = 56;
171 stitch_info.merge_width[1] = 56;
173 stitch_info.crop[0].left = 96;
174 stitch_info.crop[0].right = 96;
175 stitch_info.crop[0].top = 0;
176 stitch_info.crop[0].bottom = 0;
177 stitch_info.crop[1].left = 96;
178 stitch_info.crop[1].right = 96;
179 stitch_info.crop[1].top = 0
    [all...]

Completed in 56 milliseconds