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