No project description provided
Project description
SketchyCV
A simple BGR image to Sketch making tool that need ony the installment of Numpy and OpenCV library.
Feature:
- Can convert any BGR image to Sketch
- Gives output in MatLike format
- Is lightweight tool
Installation
You can install it using
pip install SketchyCV
Usage
To convert any image to sketch
import cv2
import SketchyCV
image = cv2.imread("filename.jpg")
sketch = SketchyCV.Sketch(image)
To convert live webcam image to sketch
import cv2
import SketchyCV
camera = cv2.VideoCapture(camera_address)
while True:
ret, frame = cam.read()
sketch = SketchyCV.Sketch(frame)
cv2.imshow("window_name", sketch)
cv2.waitKey(0)
cam.release()
cv2.destroyAllWindows()
Requirements
- Python 3.11+
- OpenCV
- Numpy
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SketchyCV-1.1.0.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file SketchyCV-1.1.0.tar.gz.
File metadata
- Download URL: SketchyCV-1.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3a4b2260e67693fdccc4d0d60f8ae438a055a2b1dd09bd606874f0d7b618f77
|
|
| MD5 |
285003f386f9d4bbfd0f5ebaaeb7bb8e
|
|
| BLAKE2b-256 |
e3b9ce3f17c58fec1e0a5f78d3cac19be63067e0f5ebaeb7df20bc4d0e4fbdd3
|
File details
Details for the file SketchyCV-1.1.0-py3-none-any.whl.
File metadata
- Download URL: SketchyCV-1.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86f5e83f2a638037bf9f43f84d8f62925fb0e17158be11a6615a15903bf54c84
|
|
| MD5 |
0a032963ac2e87a19465d8d82bbee555
|
|
| BLAKE2b-256 |
10ba6757b8ff2f607ee1e463f023016d7f52057d519ce1857e6c6485ebd4e066
|