diff --git a/stitching/scan.py b/stitching/scan.py index 1a3245d5bba262df94448672772e80089d805c4b..904e7ef27c5f13b90b4e6a6a60cbec41a689b27c 100644 --- a/stitching/scan.py +++ b/stitching/scan.py @@ -54,7 +54,7 @@ def get_biggest_subset(img_names, imgs, features, matches, conf_thresh=1.0, matc features_subset = [] num = len(indices) if num < 2: - print('Need more images') + print('Need more images, no matches found!') raise SystemExit for i in range(num): img_subset.append(imgs[indices[i, 0]])