Posts by DidiMaster • 13 points
2 posts
-
1
votes1
answer468
viewsQ: module 'cv2.cv2' has no attribute 'COLOR_BRG2GRAY'
I am resizing images from a folder and am encountering the following error: module 'cv2.cv2' has no attribute 'COLOR_BRG2GRAY' Code: pathC = './cityscape/' dirs = os.listdir(pathC) #Resize para o…
-
0
votes1
answer4468
viewsQ: Mean numbers of a matrix in C
I need to create a program that will build me a matrix and give me back the media of your numbers. I already have the matrix built but I can’t average the values. The code I already have:…