gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
574 stars 173 forks source link

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

Open Omgupta0312 opened 2 years ago

Omgupta0312 commented 2 years ago

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 commented 2 years ago

if possible please assign me this task.

regards