Posts by leandro moraes • 1 point
1 post
-
0
votes1
answer189
viewsQ: error in openCv Python drawContorns
I’m trying to paint the contours of an image. Follows the Code: import cv2 import numpy as np img = cv2.imread('./assets/placa.jpg') cv2.imshow('texto', img) # trasnformando a imagem em cinza para…