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