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
- dataframe
- 알고리즘 스터디
- Stack
- NumPy
- 노마드코딩
- 정보처리기사 c언어
- type hint
- pandas
- 코딩테스트
- 자료구조
- queue
- Selenium
- openCV
- Matplotlib
- 데이터시각화
- Join
- programmers
- MySQL
- python
- 파이썬
- 알고리즘스터디
- 백준
- aws jupyter notebook
- 프로그래머스
- Algorithm
- javascript
- 선그래프
- 가상환경
- String Method
- 알고리즘
Archives
- Today
- Total
목록도형그리기 (1)
조금씩 꾸준히 완성을 향해
[OpenCV/Python] 도형 그리기(line, rectangle, clipLine, circle, ellipse, polylines, ellipse2Poly, fillConvexPoly, fillPoly)
OpenCV 도형 그리기 import cv2 import numpy as np # line cv.line(img, pt1, pt2, color[, thickness[, line_type[, shift[, tipLength]]]]) ->img Parameters img Image. pt1 The point the arrow starts from. pt2 The point the arrow points to. color Line color. thickness Line thickness. line_type Type of the line. shift Number of fractional bits in the point coordinates. tipLength The length of the arrow tip i..
Python/OpenCV
2022. 11. 4. 14:37