diff --git a/modules/stitching/src/blenders.cpp b/modules/stitching/src/blenders.cpp index 4f0a4b1c5..ed2f911a8 100644 --- a/modules/stitching/src/blenders.cpp +++ b/modules/stitching/src/blenders.cpp @@ -287,7 +287,7 @@ void MultiBandBlender::feed(const Mat &img, const Mat &mask, Point tl) } else// weight_type_ == CV_16S { - mask.convetTo(weight_map, CV_16S); + mask.convertTo(weight_map, CV_16S); add(weight_map, 1, weight_map, mask != 0); }