Skip to main content

Python OpenCV Utilities

Project description

Python OpenCV Utilities

Python OpenCV Utilities is a module that provides useful extensions.

It contains useful and convenient features.

Dependencies

Python OpenCV Utilities requires:

  • opencv-python
  • pillow
  • urllib3
  • scikit-learn

install

To use the Python OpenCV Utilities algorithm, proceed as follows:

pip install python-opencv-utils

You use rotateEx function as follows:

import cv2u as cv2

src = cv2.imread("image.jpg")
dst = cv2.rotateEx(src, 45)

cv2.imshow("src", src)
cv2.imshow("dst", dst)
cv2.waitKey()
src dst

You use DBSCAN function as follows:

import cv2u as cv2

src = cv2.imread("image.jpg")
maps, labels = cv2.DBSCAN(src, 1.7, 2)
dst = cv2.drawDBSCAN(src, maps, labels)

cv2.imshow("src", src)
cv2.imshow("dst", dst)
cv2.waitKey()
src dst

You use extensions flag as follows:

import cv2u as cv2

src = cv2.imread("image.jpg")
dst = cv2.flip(src, cv2.FLIP_MODE_X)

cv2.imshow("src", src)
cv2.imshow("dst", dst)
cv2.waitKey()

features

  • core
    • DBSCAN
    • drawDBSCAN
    • gammaCorrection
    • centerPoint
    • cartesianToPolar
    • polarToCartesian
    • isInside
    • DHEdge
    • rotateEx
  • imgcodecs
    • urlread
    • makeGradient
    • imcolor
    • imcolor_like
  • imgproc
    • putTextEx
  • flag
    • FLIP_MODE_X
    • FLIP_MODE_Y
    • FLIP_MODE_XY

Authors

Daehee Yun(s076923@gmail.com)

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

python_opencv_utils-0.0.4-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file python_opencv_utils-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: python_opencv_utils-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for python_opencv_utils-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 122879c7d66e1d09963a5c499a1ddcaa18176f6d8fbe5996ac149c74a013ecbb
MD5 bcf317aae2ecb1da5f0b1aebf06ecd30
BLAKE2b-256 755369672a538487172e515955bce622aafc82da0a365375546c6a65fe4dd3a3

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