diff --git a/report/listings/homomorphic_filtering.py b/report/listings/homomorphic_filtering.py index 5ce2054..ab8c450 100644 --- a/report/listings/homomorphic_filtering.py +++ b/report/listings/homomorphic_filtering.py @@ -8,19 +8,6 @@ def filter(value, gamma_1: float = 1.0, gamma_2: float = 0.6, rho: float = 2.0): def process_image(image: np.ndarray) -> np.ndarray: - """ - Process image using the model. - - Parameters - ---------- - image : np.ndarray - Image to be processed, as BGR. - - Returns - ------- - np.ndarray - Processed image, as BGR. - """ # Convert image to HSI space image = image.astype(np.float32) hsi = BGR2HSI(image) diff --git a/report/main.pdf b/report/main.pdf index 24f0b6d..8be7e16 100644 Binary files a/report/main.pdf and b/report/main.pdf differ