# -*- coding: utf-8 -*-
"""
Created on Mon Jan 15 12:28:41 2024

@author: gardi
"""
from .visualization import histogram_equalization
# Example application
image_path = "C:/Users/gardi/NDVI.tif"  # Replace with the path to your image
histogram_equalization(image_path)