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