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 |
Tags
- numpy
- Knowledge Distillation
- Threshold
- NLP
- OpenCV
- 알고리즘
- Computer Vision
- 파이썬
- re-identification
- 3D
- point cloud
- 스택
- Object Detection
- reconstruction
- 프로그래머스
- Python
- level2
- deep learning
- 논문 구현
- Object Tracking
- center loss
- cv2
- 딥러닝
- attention
- 자료구조
- Deeplearning
- 큐
- flame
- 임계처리
- transformer
Archives
- Today
- Total
목록triangle algorithm (1)
공돌이 공룡의 서재
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bNABFW/btqIqn06fHu/BWPB94jKNfYPxoS6kkrkkK/img.png)
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