Skip to content

Commit

Permalink
Fix typo, explicitely -> explicitly (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Aug 17, 2022
1 parent e7b5df2 commit 2367eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stitching/cropper.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def estimate_panorama_mask(imgs, masks, corners, sizes):

def estimate_largest_interior_rectangle(self, mask):
# largestinteriorrectangle is only imported if cropping
# is explicitely desired (needs some time to compile at the first run!)
# is explicitly desired (needs some time to compile at the first run!)
import largestinteriorrectangle

contours, hierarchy = cv.findContours(mask, cv.RETR_TREE, cv.CHAIN_APPROX_NONE)
Expand Down

0 comments on commit 2367eff

Please sign in to comment.