WilhelmusLab / IceFloeTracker.jl

Julia package for ice floe tracker
https://wilhelmuslab.github.io/IceFloeTracker.jl/
MIT License
1 stars 1 forks source link

Improve the function naming scheme #426

Open danielmwatkins opened 2 months ago

danielmwatkins commented 2 months ago

Within the preprocessing workflow, there are a handful of functions with names that don't accurately describe what is happening in the function. imsharpen includes image sharpening AND the adaptive histogram step, while imsharpen_gray does not do any sharpening and operates on a grayscale image. normalize_image does not normalize an image, rather it is a morphological operation performing a dilation and reconstruction.