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

[EXE] Want's to add a computer vision project . #182

Open
Omgupta0312 opened this issue Oct 9, 2021 · 1 comment
Open

[EXE] Want's to add a computer vision project . #182

Omgupta0312 opened this issue Oct 9, 2021 · 1 comment

Comments

@Omgupta0312
Copy link

Learning Goals

Computer Vision : Image(RGB format) to Black&white PencilSketch.

Exercise Statement

[Explain and describe what the exercise is]
IMAGE TO PENCIL SKETCH WITH PYTHON :-

We need to read the image in RGB format and then convert it into a grayscale image.
This will turn an image into a classic black and white photo.
Then the next thing to do is invert the grayscale image also called negative image,this will be our inverted grayscale image.
Inversion can be used to enhance the details.
Then we can finally create the pencilsketch by mixing the grayscale image with inverted blurry image.
This can be done by dividing the grayscale image by the inverted blurry image.
We will need the OpenCv library of python to do all this stuff.

Prerequisites

Python & OpenCV library
We will need the OpenCv library of python to do all this stuff.

Data source/summary:

I have uploaded the image from my desktop. Same if other peeps wants to use this can add there respective images from there devices as the program will ask for the image to be uploaded while running the program .

@Omgupta0312
Copy link
Author

if possible please assign me this task.

regards

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

No branches or pull requests

1 participant