8000 Image to sketch using Python by bislara · Pull Request #247 · codezoned/ScriptsDump · GitHub
[go: up one dir, main page]

Skip to content

Image to sketch using Python #247

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

Merged
merged 3 commits into from
Oct 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added the readme file
  • Loading branch information
bislara authored Oct 7, 2020
commit 6b0e6b8f1f96d91a558c033339c6fc4a5b6b960f
16 changes: 16 additions & 0 deletions Image_Processing/src/Image_To_Sketch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Image to sketch

Program to turn any image into a pencil sketch using OpenCV in Python.

## Setup

Run the file

`python image_2_sketch.py`


## Screenshot

![image](https://github.com/bislara/ScriptsDump/blob/ip/image2sketch/Image_Processing/src/Image_To_Sketch/combined.png)


0