Image to Sketch using Python OpenCV & Matplotlib

Publicado em: 22 Setembro 2021
no canal de: Arit Ganguly
10
0

TASK 2 - Image to Pencil Sketch with Python

We need to read the image in RBG format and then convert it to 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 details. Then we can finally create the pencil sketch by mixing the grayscale image with the inverted blurry image. This can be done by dividing the grayscale image by the inverted blurry image. Since images are just arrays, we can easily do this programmatically using the divide function from the cv2 library in Python


Nesta página do site você pode assistir ao vídeo on-line Image to Sketch using Python OpenCV & Matplotlib duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Arit Ganguly 22 Setembro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 10 vezes e gostou 0 espectadores. Boa visualização!