From 1930e1b96bd175c055396c62d1c377c399c1c4a7 Mon Sep 17 00:00:00 2001 From: myh <yunhao.meng@outlook.com> Date: Sat, 19 Apr 2025 20:31:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- image_fusion/Image_Registration_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_fusion/Image_Registration_test.py b/image_fusion/Image_Registration_test.py index 7161906..0ee3393 100644 --- a/image_fusion/Image_Registration_test.py +++ b/image_fusion/Image_Registration_test.py @@ -150,7 +150,7 @@ def main(matchimg_vi, matchimg_in): return 0, None, 0 else: matched_ni = cv2.warpPerspective(orimg_in, H, (w, h)) - matched_ni,left,right,top,bottom=removeBlackBorder(matched_ni) + matched_ni, left, right, top, bottom = removeBlackBorder(matched_ni) # fusion = fusions(orimg_vi[left:right, top:bottom], matched_ni) fusion = fusions(orimg_vi, matched_ni)