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)
Built Distribution
Close
Hashes for cvsimpleton-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cf3107e3c86e403d011a95df8684feb72e938a4d16ba8b62212ee75f41552d4 |
|
MD5 | 020b05c7037791090d16383c59371601 |
|
BLAKE2b-256 | 820317de61714c989a1ef4468406c7e8926d336148b168d4a61cd2ec359b9e58 |