[빵형의 개발도상국] 파노라마 사진 만들기 - Python






Image stitching 기법을 이용하여 여러 이미지를 꿰어서 파노라마 이미지 만들기 *** Source code: https://github.com/kairess/image-stit... *** Dependency:
- Python 3 - OpenCV 4+ - numpy - matplotlib *** OpenCV image stitching tutorial: https://docs.opencv.org/master/d8/d19... *** OpenCV tutorials: https://docs.opencv.org/master/d9/df8...


댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning