Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HHousen committed Jul 25, 2023
1 parent 4cda32d commit 7e04d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lecture2notes/end_to_end/sift_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def match_features(
output_path = filename + OUTPUT_PATH_MODIFIER + ext
transformed_image_paths.append(output_path)

transformed_image = persp_transform(cv2.readim(image), dst_coords)
transformed_image = persp_transform(cv2.imread(image), dst_coords)
cv2.imwrite(output_path, transformed_image)

return non_unique_presenter_slides, transformed_image_paths
Expand Down

0 comments on commit 7e04d0e

Please sign in to comment.