Skip to content

Commit 83fef16

Browse files
committed
Increase max_size
1 parent 2fea4d9 commit 83fef16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendm/multispectral.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def find_features_homography(image_gray, align_image_gray, feature_retention=0.7
508508
h,w = image_gray.shape
509509
max_dim = max(h, w)
510510

511-
max_size = 1280
511+
max_size = 2048
512512
if max_dim > max_size:
513513
if max_dim == w:
514514
f = max_size / w

0 commit comments

Comments
 (0)