Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 연산자
- 프로그래밍
- 기계학습
- algorithm
- 코드블럭 오류
- 이코테
- Machine Learning
- coursera
- 본즈앤올
- #define
- 학습 알고리즘
- regression problem
- 홍정모님
- 코딩테스트
- #endif
- standford University
- decimal
- CLion
- classification problem
- C++
- 나동빈님
- compile time constants
- const
- 단항연산자
- Greedy
- Andrew Ng
- 기계학습 기초
- sizeof()
- 형변환
- Runtime constants
Archives
- Today
- Total
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:38error: 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!