Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdurga26/pencil-art
This is the pencil art project
https://github.com/bdurga26/pencil-art
cv2 python
Last synced: 5 days ago
JSON representation
This is the pencil art project
- Host: GitHub
- URL: https://github.com/bdurga26/pencil-art
- Owner: BDurga26
- Created: 2024-05-30T16:24:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-30T17:24:05.000Z (6 months ago)
- Last Synced: 2024-05-31T19:45:37.063Z (6 months ago)
- Topics: cv2, python
- Language: Jupyter Notebook
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###Project Steps
Read the Image: Load the image using OpenCV.
Convert to Gray Scale: Convert the image to a grayscale image.
Invert the Gray Image: Invert the grayscale image to create a negative.
Apply Gaussian Blur: Apply a Gaussian blur to the inverted image.
Blend the Images: Blend the blurred image with the original grayscale image using a color dodge blend.
![d3](https://github.com/BDurga26/Pencil-Art/assets/103586967/4e7fff78-3f91-43d2-94e7-c9b4b5085156)