Coders Packet

Image to Sketch using Python

By Rohit Mantri

It is a simple project that converts images to sketch with the help of some python built-in modules.

MODULES

In this project, we need to import four modules-

1) numpy

NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays

2) imageio

Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats

3) scipy.ndimage

The scipy.ndimage packages provides a number of general image processing and analysis functions that are designed to operate with arrays of arbitrary dimensionality

4) cv2

OpenCV-Python is a library of Python bindings designed to solve computer vision problems

ABOUT THE PROJECT-

This project with the help of these modules converts an image to a grayscale sketch image by manipulating the pixels of the image by changing the colours and the blurriness of the image.

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Rohit Mantri (rohit0207)

Download packets of source code on Coders Packet