Data science/Computer Vision

python CV2, Image, Numpy 의 이미지 처리축

연금(Pension)술사 2021. 12. 18. 11:39
  • cv2.anything() --> use (width, height)
  • image.anything() --> use (height, width)
  • numpy.anything() --> use (height, width)
반응형