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
- level2
- Threshold
- reconstruction
- Object Tracking
- Object Detection
- 알고리즘
- Python
- flame
- numpy
- Computer Vision
- attention
- point cloud
- 프로그래머스
- 논문 구현
- 큐
- 파이썬
- Deeplearning
- NLP
- OpenCV
- re-identification
- center loss
- 딥러닝
- 자료구조
- 스택
- transformer
- 임계처리
- cv2
- Knowledge Distillation
- deep learning
- 3D
Archives
- Today
- Total
목록Otsu (1)
공돌이 공룡의 서재

0. 들어가기 전 2020/09/02 - [코딩/opencv] - [python openCV] 이미지 처리 - 임계 처리 (1): inRange, threshold [python openCV] 이미지 처리 - 임계 처리 (1): inRange, threshold 오늘 갖고놀 이미지. 임계 처리란 임계값(threshold value. 경계가 되는 기준 값)을 기준으로 이미지를 이진화화는 것을 말한다. 이진화를 이진화를 했을 때 0과 255로 이루어진 흑백 이� mr-waguwagu.tistory.com 이전 포스트의 마지막에서 threshold의 여러 방법들 중에서 otsu 와 triangle에 대해 간단하게 알아보았다. 주어진 threshold를 사용하지 않고 자체적인 alogrithm을 따라 새로운 t..
코딩/opencv
2020. 9. 11. 17:56