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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
exposure_compensate.hpp 117 : bl_width_(bl_width), bl_height_(bl_height) {}
123 int bl_width_, bl_height_; member in class:cv::detail::BlocksGainCompensator
  /external/opencv3/modules/stitching/src/
exposure_compensate.cpp 178 Size bl_per_img((images[img_idx].cols + bl_width_ - 1) / bl_width_,

Completed in 53 milliseconds