fix 对齐打开但roi没设置对会崩溃

dev_heyuan
liusiyang 3 weeks ago
parent 026060fa5f
commit b09480d885

@ -1290,6 +1290,7 @@ struct Function_Image_Align
{
printf("pointArry1 == 0 \n\n\n");
}
feature_Roi = feature_Roi & cv::Rect(0, 0, img_W, img_H);
feature_Mask = tem_feature_Mask(feature_Roi).clone();
}
}

Loading…
Cancel
Save