opencv-utf-8 0.0.5

Creator: railscoder56

Last updated:

Add to Cart

Description:

opencvutf8 0.0.5

Opencv读写图像对utf-8路径(包括中文路径)的支持
Support opencv reading and writing image using utf-8 paths.
Install
Install using pip:
pip install opencv-utf-8

or:
pip install -i https://pypi.org/simple/ opencv-utf-8

Usage
import cv2_ext
import cv2

img = cv2_ext.imread(r'E:\壁纸\pc-twoup-weibu.jpg')
cv2.imshow('', img)
cv2.waitKey()

cv2_ext.imwrite(r'E:\壁纸\pc-twoup-weibu_中文.tif', img)

Thanks.
Good luck bro.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.