Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the function naming scheme #426

Open
danielmwatkins opened this issue Aug 8, 2024 · 0 comments
Open

Improve the function naming scheme #426

danielmwatkins opened this issue Aug 8, 2024 · 0 comments

Comments

@danielmwatkins
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant