From cf5a0fa83066674b8be6d14af43a6312dff15524 Mon Sep 17 00:00:00 2001 From: Benjamin Loison <12752145+Benjamin-Loison@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:11:17 +0200 Subject: [PATCH] Correct a typo --- prnu/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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