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
- compile time constants
- 나동빈님
- 학습 알고리즘
- 홍정모님
- 프로그래밍
- coursera
- algorithm
- 코딩테스트
- 본즈앤올
- C++
- 연산자
- 단항연산자
- Greedy
- sizeof()
- 이코테
- Runtime constants
- 기계학습
- 코드블럭 오류
- 형변환
- classification problem
- standford University
- #define
- Andrew Ng
- Machine Learning
- regression problem
- decimal
- 기계학습 기초
- CLion
- #endif
- const
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!
'ETC.ERROR' 카테고리의 다른 글
Comments