diff --git a/prnu/functions.py b/prnu/functions.py index 6b96833..d1ab900 100644 --- a/prnu/functions.py +++ b/prnu/functions.py @@ -304,7 +304,7 @@ def rgb2gray(im: np.ndarray) -> np.ndarray: def threshold(wlet_coeff_energy_avg: np.ndarray, noise_var: float) -> np.ndarray: """ - Noise variance theshold as from Binghamton toolbox. + Noise variance threshold as from Binghamton toolbox. :param wlet_coeff_energy_avg: :param noise_var: :return: noise variance threshold