Skip to main content

Write less boilerplate code in OpenCV

Project description

window
imshow          WIP, passing in on image variable name in string type, variable name will be displayed as title. Resizable window as default.
utility
converge        use eitehr mean or gaussian kernel to make a high pass filter, low frequency signal will be merged into average color. 
            (https://github.com/JiayouQin/Python-projects/tree/master/17%20Image%20Balancing)
list_images     return all image files in the directory including sub directories in a list
imread          identical to openCV imread but supports UTF-8 formatted string path
imwrite         identical to openCV imwrite but supports UTF-8 formatted string path
open_morph      perform open operation with given kernel
open_circle     perform open operation with circular kernel
open_rect       perform open operation with rectangular kernel
close_morph     perform close operation with given kernel
close_circle    perform close operation with circular kernel
close_rect      perform close operation with rectangular kernel
bgr_to_hsv      convert a bgr image to hsv image, if parameter 2 is true then returned image will be split into 3 channels
add_noise       add noise of given type to image (0:gaussian, 1:s&p), accepts both string and integer number

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

cvsimpleton-0.0.9.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

cvsimpleton-0.0.9-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

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