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.0.0.tar.gz
(2.0 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.0.0.tar.gz.
File metadata
- Download URL: SketchyCV-1.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0729ffaac87ee68c34d00b27bea9774c9546b38f2dc309fafb37aa56bba2013e
|
|
| MD5 |
48344a27d4500866f87df6ab8e10a924
|
|
| BLAKE2b-256 |
798bf1fc64d1e3a3104aed492b62edcab7f9f27c57b5acc86d6b378b9e026d05
|
File details
Details for the file SketchyCV-1.0.0-py3-none-any.whl.
File metadata
- Download URL: SketchyCV-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
71f7ff523eafa5a682e9c512f0020c5c9280c967e23012221d6012ae6bbd7eda
|
|
| MD5 |
59187974846b8d53d9900eb47ed56df1
|
|
| BLAKE2b-256 |
b9a3aafa52c7bad5e53cea41bb9c16c2af3fd2310497f483ac95abfa95b71281
|