3D 스캔 (4) 썸네일형 리스트형 texrecon 돌려보기 https://github.com/nmoehrle/mvs-texturing GitHub - nmoehrle/mvs-texturing: Algorithm to texture 3D reconstructions from multi-view stereo images Algorithm to texture 3D reconstructions from multi-view stereo images - GitHub - nmoehrle/mvs-texturing: Algorithm to texture 3D reconstructions from multi-view stereo images github.com texrecon은 여러장의 컬러 이미지를 가지고 3D 객체의 텍스쳐를 만들어주는 역할을 하는 프로그램이다. 보통의 사용 .. MVE API 분석 1편. MakeScene https://github.com/simonfuhrmann/mve/wiki/MVE-Users-Guide GitHub - simonfuhrmann/mve: Multi-View Environment Multi-View Environment. Contribute to simonfuhrmann/mve development by creating an account on GitHub. github.com MVE는 여러 이미지로부터 3차원 모델을 생성해주는 기능을 하는 라이브러리이다. 이걸 차례차례 분석해볼건데 오늘은 MVE 첫단계에 사용되는 makescene 이라는 함수에 대해 알아보자. 자 그럼 make scene이 어떤 순서로 작동하고, 어떤 기능을 하는지도 함께 이해해보자. 우선 커맨드 라인을 읽어온다. (m.. kinfu with azure kinect https://github.com/microsoft/Azure-Kinect-Samples/tree/master/opencv-kinfu-samples GitHub - microsoft/Azure-Kinect-Samples: Samples for Azure Kinect Samples for Azure Kinect. Contribute to microsoft/Azure-Kinect-Samples development by creating an account on GitHub. github.com 이걸 해보려고 한다. 순서대로 따라해보자. 1. azure kinect sample를 받아서 압축을 풀어준다. 2. opencv-4.1.0 을 contrib와 함께 설치해준다. 이 과정은 아래 링크를 보고 하자. WI.. OpenCV contrib와 함께 빌드하기 OpenCV는 기본적인 기능만을 보유하고 있고, 추가적인 기능은 OpenCV contrib라는 형태로 배포가 되는 것으로 보인다. 결국 OpenCV에 rgbd 입력 등의 추가 기능을 사용하기 위해서는 contrib를 포함하는 형태로 빌드를 해야 하는데, 해당 과정에 대해 여러가지 고난을 겪고 나서 제대로 빌드하는 방법을 작성해본다. 우선 OpenCV를 git을 이용해서 받는다. git clone https://github.com/opencv/opencv cd opencv git checkout -b 4.1.0 4.1.0 위 명령어로 받아주면 된다. 다음으로 OpenCV contrib도 받아준다. git clone https://github.com/opencv/opencv_contrib.git cd ope.. 이전 1 다음