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
- Stack
- 선그래프
- programmers
- 백준
- queue
- String Method
- 노마드코딩
- javascript
- Join
- 알고리즘 스터디
- python
- pandas
- NumPy
- MySQL
- 정보처리기사 c언어
- type hint
- 코딩테스트
- Selenium
- aws jupyter notebook
- 가상환경
- Algorithm
- 알고리즘
- 자료구조
- 프로그래머스
- openCV
- 데이터시각화
- Matplotlib
- 알고리즘스터디
- dataframe
- 파이썬
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