Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elischwat committed Aug 25, 2021
1 parent 90a1a61 commit 9fce8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipp/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def crop_image_from_file(image_file_principal_point_tuple,
image_square_dim = image_square_dim)

image_array = hipp.image.clahe_equalize_image(image_array)
image_array = hipp.image.img_linear_stretch(img_gray)
image_array = hipp.image.img_linear_stretch(image_array)

path, basename, extension = hipp.io.split_file(image_file)
out = os.path.join(output_directory,basename+extension)
Expand Down

0 comments on commit 9fce8d8

Please sign in to comment.