Skip to main content

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

Rupayan Sarker

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SketchyCV-1.0.0-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

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

Hashes for SketchyCV-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0729ffaac87ee68c34d00b27bea9774c9546b38f2dc309fafb37aa56bba2013e
MD5 48344a27d4500866f87df6ab8e10a924
BLAKE2b-256 798bf1fc64d1e3a3104aed492b62edcab7f9f27c57b5acc86d6b378b9e026d05

See more details on using hashes here.

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

Hashes for SketchyCV-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 71f7ff523eafa5a682e9c512f0020c5c9280c967e23012221d6012ae6bbd7eda
MD5 59187974846b8d53d9900eb47ed56df1
BLAKE2b-256 b9a3aafa52c7bad5e53cea41bb9c16c2af3fd2310497f483ac95abfa95b71281

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page