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
- String Method
- MySQL
- 선그래프
- pandas
- 정보처리기사 c언어
- Matplotlib
- programmers
- Algorithm
- Selenium
- javascript
- python
- openCV
- dataframe
- 데이터시각화
- 가상환경
- 파이썬
- Join
- 알고리즘 스터디
- NumPy
- 백준
- 프로그래머스
- 알고리즘스터디
- 알고리즘
- 노마드코딩
- type hint
- queue
- 자료구조
- 코딩테스트
- Stack
- aws jupyter notebook
Archives
- Today
- Total
목록Threshold (1)
조금씩 꾸준히 완성을 향해
[OpenCV/Python] 임계값(Threshold) 처리 (BINARY, BINARY_INV, TRIANGLE, OTSU 등)
임계값 처리 (Threshold) cv2.THRESH_BINARY cv2.THRESH_BINARY_INV cv2.THRESH_TRUNC cv2.THRESH_TOZERO cv2.THRESH_TOZERO_INV Parameters src input array (multiple-channel, 8-bit or 32-bit floating point). dst output array of the same size and type and the same number of channels as src. thresh threshold value. maxval maximum value to use with the THRESH_BINARY and THRESH_BINARY_INV thresholding types. typ..
Python/OpenCV
2022. 11. 12. 23:23