카메라 모델과 렌즈 왜곡 (lens distortion)
Vision 관련 글 목차 사전 지식 : 카메라 모델 및 카메라 캘리브레이션의 이해와 Python 실습...
2022, Mar 29 — 66 minute readVision 관련 글 목차 사전 지식 : 카메라 모델 및 카메라 캘리브레이션의 이해와 Python 실습...
2022, Mar 29 — 66 minute readVision 관련 글 목차 논문 : https://oulu3dvision.github.io/calibgeneric/Kannala_Brandt_calibration.pdf 이번 글에서는 Kannala-Brandt Camera Model 또는 KB Camera...
2022, Mar 29 — 1 minute readVision 관련 글 목차 참조 : https://gnaseel.tistory.com/33 참조 : https://scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html 참조 : https://www.youtube.com/watch?v=Q7FqV_bglHo 참조 :...
2022, Mar 20 — 27 minute read논문 : https://arxiv.org/pdf/2104.10956.pdf 배경 지식 : https://gaussian37.github.io/vision-detection-fcos/ 이번 글에서는 FCOS3D 라는 논문을 알아볼 예정이며 이...
2022, Mar 05 — 1 minute readdeep learning 관련 글 목차 이번 글에서는 딥러닝을 이용한 멀티 태스트 러닝 내용과 컴퓨터 비전의...
2022, Mar 03 — 5 minute readCalculus 관련 글 목차 이번 글에서는 원통 좌표계와 구면 좌표계에 대하여 알아보도록 하겠습니다. 목차 직교...
2022, Mar 01 — 16 minute read참조 : https://en.wikipedia.org/wiki/Structural_similarity 참조 : https://medium.com/srm-mic/all-about-structural-similarity-index-ssim-theory-code-in-pytorch-6551b455541e 참조 : https://bskyvision.com/878 참조 : https://walkaroundthedevelop.tistory.com/m/56 참조 : https://nate9389.tistory.com/2067...
2022, Feb 17 — 16 minute read이 글은 라이다 포인트 클라우드 처리 및 응용 (건국대학교 조기춘 교수님) 강의를 듣고 정리한 내용입니다....
2022, Feb 10 — 4 minute readVision 관련 글 목차 참조 : https://towardsdatascience.com/a-hands-on-application-of-homography-ipm-18d9e47c152f 참조 : https://github.com/darylclimb/cvml_project 참조 : https://csyhhu.github.io/2015/07/09/IPM/ 참조 :...
2022, Jan 29 — 31 minute read논문 : https://arxiv.org/pdf/1904.01355.pdf 코드 : https://github.com/tianzhi0549/FCOS 코드 : https://github.com/rosinality/fcos-pytorch 배경 지식 : https://gaussian37.github.io/vision-segmentation-fcn/ 이번 글에서는...
2022, Jan 28 — 17 minute read