1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

fixed stitching compilation

This commit is contained in:
Alexander Shishkov
2012-03-08 08:10:04 +00:00
parent 49207ce1a0
commit 466345e936
+1 -1
View File
@@ -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);
}