Skip to content

Commit e5a9cf7

Browse files
committed
modified: Statistics/image_histogram_PCC_CS_SSIM.py
1 parent 35ae370 commit e5a9cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Statistics/image_histogram_PCC_CS_SSIM.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from math import copysign, sqrt, fabs
66

77

8+
89
def validate_input(prompt, input_type=float, check_positive_non_zero=False, min_value=None):
910
# Prompt for and return user input validated by type and specific checks.
1011
while True:

0 commit comments

Comments
 (0)