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

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