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 | 31 |
Tags
- attention
- 큐
- level2
- Python
- 자료구조
- re-identification
- Computer Vision
- cv2
- transformer
- Object Detection
- Object Tracking
- reconstruction
- point cloud
- 파이썬
- flame
- deep learning
- 논문 구현
- center loss
- numpy
- 프로그래머스
- 알고리즘
- Deeplearning
- 딥러닝
- OpenCV
- Threshold
- 임계처리
- NLP
- 스택
- Knowledge Distillation
- 3D
Archives
- Today
- Total
목록triangle (1)
공돌이 공룡의 서재
[python openCV] 이미지 처리 - 임계 처리 (3): triangle algorithm thresholding 논문 분석 및 구현
0. 들어가기 전 2020/09/02 - [코딩/opencv] - [python openCV] 이미지 처리 - 임계 처리 (1): inRange, threshold 2020/09/11 - [코딩/opencv] - [python openCV] 이미지 처리 - 임계 처리 (2): otsu algorithm thresholding 논문 분석 및 구현 첫 번째 임계처리 포스트에서 otsu와 triangle에 대해 알아보았고, 두 번째 포스트에서는 otsu를 deep하게 알아보았다. 이번 포스트에선 마지막으로 triangle algorithm을 자세히 다루고자 한다. 이 thresholding은 정보면에서 조금 문제가 있었기에 목차는 다음과 같이 하여 작성하겠다. 논문 설명 알고리즘 코드 구현 (1) & 문제 상..
코딩/opencv
2020. 9. 11. 23:11