wellcome_공부일기

error: OpenCV(4.5.4) :-1: error: (-5:Bad argument) in function 'circle' 본문

ETC.ERROR

error: OpenCV(4.5.4) :-1: error: (-5:Bad argument) in function 'circle'

ma_heroine 2022. 5. 3. 14:38
error: OpenCV(4.5.4) :-1: error: (-5:Bad argument) in function 'circle'
> Overload resolution failed:
>  - Can't parse 'center'. Sequence item with index 0 has a wrong type
>  - Can't parse 'center'. Sequence item with index 0 has a wrong type

Solution: change parameter in cv2.circle function into int data type!

Comments