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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
exposure_compensate.hpp 61 enum { NO, GAIN, GAIN_BLOCKS };
  /external/opencv3/modules/stitching/src/
exposure_compensate.cpp 54 if (type == GAIN_BLOCKS)
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 114 " --expos_comp (no|gain|gain_blocks)\n"
115 " Exposure compensation method. The default is 'gain_blocks'.\n"
143 int expos_comp_type = ExposureCompensator::GAIN_BLOCKS;
275 else if (string(argv[i + 1]) == "gain_blocks")
276 expos_comp_type = ExposureCompensator::GAIN_BLOCKS;

Completed in 67 milliseconds