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

Restructure the image preprocessing module to provide submodules #22

Open
harshasridhar opened this issue Mar 11, 2021 · 4 comments
Open
Assignees
Labels
enhancement New feature or request gssoc21 GirlScript Summer of Code'21 Level2 Hard Level Difficulty

Comments

@harshasridhar
Copy link
Collaborator

harshasridhar commented Mar 11, 2021

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 harshasridhar changed the title Restructure the image preprocessing module to provide submodules Restructure the image preprocessing module to provide submodules - Not to be assigned Mar 11, 2021
@harshasridhar harshasridhar changed the title Restructure the image preprocessing module to provide submodules - Not to be assigned [feature-enhancement] Restructure the image preprocessing module to provide submodules - Not to be assigned Mar 11, 2021
@Ask149
Copy link
Contributor

Ask149 commented Mar 11, 2021

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

@Ask149 Ask149 added contributor-issues To be resolved by project admins only enhancement New feature or request labels Mar 11, 2021
@Shankhanil
Copy link
Collaborator

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

@harshasridhar harshasridhar changed the title [feature-enhancement] Restructure the image preprocessing module to provide submodules - Not to be assigned Restructure the image preprocessing module to provide submodules - Not to be assigned Mar 11, 2021
@Ask149
Copy link
Contributor

Ask149 commented Mar 11, 2021

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

@harshasridhar harshasridhar added gssoc21 GirlScript Summer of Code'21 and removed contributor-issues To be resolved by project admins only labels Mar 18, 2021
@harshasridhar harshasridhar changed the title Restructure the image preprocessing module to provide submodules - Not to be assigned Restructure the image preprocessing module to provide submodules Mar 18, 2021
@Ask149 Ask149 added the Level2 Hard Level Difficulty label Apr 3, 2021
@Ask149 Ask149 linked a pull request Apr 4, 2021 that will close this issue
@Ask149
Copy link
Contributor

Ask149 commented Apr 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc21 GirlScript Summer of Code'21 Level2 Hard Level Difficulty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants