Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from stitching import Stitcher
|
|
| 3 |
import cv2
|
| 4 |
import numpy as np
|
| 5 |
|
| 6 |
-
def stitch_images(image_mode, image1, image2, images, detector, matcher, estimator, blender_type, crop, wave_correct
|
| 7 |
if image_mode == "Two Images":
|
| 8 |
if image1 is None or image2 is None:
|
| 9 |
return None
|
|
|
|
| 3 |
import cv2
|
| 4 |
import numpy as np
|
| 5 |
|
| 6 |
+
def stitch_images(image_mode, image1, image2, images, detector, matcher, estimator, blender_type, crop, wave_correct):
|
| 7 |
if image_mode == "Two Images":
|
| 8 |
if image1 is None or image2 is None:
|
| 9 |
return None
|