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