We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyautogui.locateCenterOnScreen(img cv2.imread(Chinese FileName) is None 文件名是中文 例如: 地鼠.png 我通过搜索, 处理了 import cv2 import numpy as np cv2.imdecode(np.fromfile("D:\haha哈哈.png",dtype=np.uint8), cv2.IMREAD_COLOR) cv2.imdecode(np.fromfile("D:\haha哈哈.png",dtype=np.uint8), cv2.IMREAD_GRAYSCALE) 处理后如下图:
The text was updated successfully, but these errors were encountered:
Please look at pull requests#53 opened on 4 Apr 2020 by chenxi098
Sorry, something went wrong.
#53
No branches or pull requests
pyautogui.locateCenterOnScreen(img
cv2.imread(Chinese FileName) is None
文件名是中文
例如: 地鼠.png
我通过搜索, 处理了
import cv2
import numpy as np
cv2.imdecode(np.fromfile("D:\haha哈哈.png",dtype=np.uint8), cv2.IMREAD_COLOR)
cv2.imdecode(np.fromfile("D:\haha哈哈.png",dtype=np.uint8), cv2.IMREAD_GRAYSCALE)
处理后如下图:
The text was updated successfully, but these errors were encountered: