Home
last modified time | relevance | path

Searched refs:GAIN_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dexposure_compensate.hpp61 enum { NO, GAIN, GAIN_BLOCKS }; enumerator
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp143 int expos_comp_type = ExposureCompensator::GAIN_BLOCKS;
276 expos_comp_type = ExposureCompensator::GAIN_BLOCKS; in parseCmdArgs()
/external/opencv3/modules/stitching/src/
Dexposure_compensate.cpp54 if (type == GAIN_BLOCKS) in createDefault()