VS code環境にてPythonを使用しOpencvの勉強をしようと試みています。
以下プログラムを作成し、ある画像を表示するプログラムを作成したときに、
エラーが発生してしまします。
解決方法をご教示ください。よろしくお願いいたします。
〇作成プログラム
import cv2
mat = cv2.imread("C:\Users\User\Desktop\Image.png")
cv2.imshow("Show Image File Window", mat)
cv2.waitKey()
〇Error発生
PS C:\Users\User\Desktop\python> & C:/Users/User/AppData/Local/Programs/Python/Python310/python.exe c:/Users/User/Desktop/python/image.py
File "c:\Users\User\Desktop\python\image.py", line 3
mat = cv2.imread("C:\Users\User\Desktop\Image.png")
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
PS C:\Users\User\Desktop\python>
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/25 13:32
2021/10/26 02:47