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