Home
last modified time | relevance | path

Searched refs:src_array2 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dexposure_compensate.cpp347 UMat GainCompensator::buildSimilarityMask(InputArray src_array1, InputArray src_array2) in buildSimilarityMask() argument
349 CV_Assert(src_array1.rows() == src_array2.rows() && src_array1.cols() == src_array2.cols()); in buildSimilarityMask()
350 CV_Assert(src_array1.type() == src_array2.type()); in buildSimilarityMask()
354 Mat src2 = src_array2.getMat(); in buildSimilarityMask()
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dexposure_compensate.hpp134 UMat buildSimilarityMask(InputArray src_array1, InputArray src_array2);