klar-EDA
klar-EDA copied to clipboard
Restructure the image preprocessing module to provide submodules
Is your feature request related to a problem? Please describe.
Image preprocessing is a broad umbrella which encompasses various kind of techniques, which can be grouped into a submodule. It is always good to segregate related functionalities into a submodule, gives a good user experience as well
Describe the solution you'd like
The module can be divided into sub-modules such as transformation(pixel brightness, geometric), filtering(spatial, frequency), segmentation(edge-based, region-based), morphology(binary, grayscale) and so on.
Input
Raw image
Output
Preprocessed image
Note
The use of standard python libraries is highly recommended.
Hi @harshasridhar, let us discuss this in the weekly meeting.
Cool, the issue seems pretty detailed in itself @harshasridhar . I would like to begin work on it.
Thank you @Shankhanil for your interest. Could you please drop an email on [email protected], before moving further with this issue?
@Shankhanil Do let us know if you are facing issues resolving the conflicts. Join here
for further correspondence.