klar-EDA icon indicating copy to clipboard operation
klar-EDA copied to clipboard

Restructure the image preprocessing module to provide submodules

Open harshasridhar opened this issue 3 years ago • 4 comments

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.

harshasridhar avatar Mar 11 '21 16:03 harshasridhar

Hi @harshasridhar, let us discuss this in the weekly meeting.

Ask149 avatar Mar 11 '21 17:03 Ask149

Cool, the issue seems pretty detailed in itself @harshasridhar . I would like to begin work on it.

Shankhanil avatar Mar 11 '21 17:03 Shankhanil

Thank you @Shankhanil for your interest. Could you please drop an email on [email protected], before moving further with this issue?

Ask149 avatar Mar 11 '21 17:03 Ask149

@Shankhanil Do let us know if you are facing issues resolving the conflicts. Join here for further correspondence.

Ask149 avatar Apr 04 '21 09:04 Ask149