강의

멘토링

커뮤니티

Inflearn Community Q&A

lcw071301's profile image
lcw071301

asked

Business card recognition function implementation course using OpenCV

질문 및 버전에러

Written on

·

401

0

  1. 프로젝트 oxford ai 홈페이지와 서비스가 더이상 유효하지 않습니다.

    ->강의 및 주소 업데이트가 필요합니다.

  2. 버전 업데이트로 인한 에러?

    => 웹캠을 이용한 인식에서 하기와 같이 오류가 계속 나는데, 솔루션을 알 수 있을까요?

     

    Traceback (most recent call last):

    File "C:\Users\lcw07\PycharmProjects\test_cv2\main.py", line 181, in <module>

    auto_scan_image_via_webcam()

    File "C:\Users\lcw07\PycharmProjects\test_cv2\main.py", line 135, in auto_scan_image_via_webcam

    warped = cv2.warpPerspective(frame, M, (maxWidth, maxHeight))

    cv2.error: OpenCV(4.6.0) :-1: error: (-5:Bad argument) in function 'warpPerspective'

    > Overload resolution failed:

    > - Can't parse 'dsize'. Sequence item with index 0 has a wrong type

    > - Can't parse 'dsize'. Sequence item with index 0 has a wrong type

opencv딥러닝컴퓨터-비전

Answer

This question is waiting for answers
Be the first to answer!
lcw071301's profile image
lcw071301

asked

Ask a question