현재 Warping Residual Based Image Stitching for Large Parallax 논문 구현을 하고 있는데 이를 위해 공부해야 할 사항이나 의문점들을 남기는 포스트이다.
1. centroid of Superpixel :
https://stackoverflow.com/questions/49979931/how-to-find-each-slic-superpixels-centroid-in-python
2. APAP image stitching
내가 찾은 소스 링크 : https://github.com/EadCat/APAP-Image-Stitching
논문에서 공식으로 제공하는 소스코드는 matlab 인데 아직 matlab 을 사용할 줄 몰라서 python 으로 된 코드를 찾아서 분석해보고 쓸 예정이다.
3. using Homography to Image Stitching
기본적인 homography matrix 를 이용한 Image stitching 기법을 소개하는 링크이다.
image stitching 을 위한 homography 에 대한 설명과 기반지식에 대한 설명이 있어서 공부할 예정이다
https://ignitarium.com/use-of-homography-matrix-for-image-stitching/
'Deep Learning > cv' 카테고리의 다른 글
[DL / CV] Computer Vision 논문 공부 순서 정리 (0) | 2023.04.05 |
---|---|
[CV] 렌즈 왜곡 보정 논문 검색을 위한 키워드 정리 (0) | 2022.11.25 |
CV 기초 용어정리(image stitching 공부를 위한) (0) | 2022.08.03 |
DeepRectangling Image Stitching 논문 소스 돌려보기 (0) | 2022.08.01 |
UnsupervisedDeepImageStitching 논문 소스 돌려보기 (0) | 2022.07.29 |