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