├── .DS_Store ├── LUT.cpp ├── LUT.h ├── Matcher.cpp ├── MatchingPoints.cpp ├── MatchingPoints.h ├── MatrixCalculations.cpp ├── MatrixCalculations.h ├── ReadMe.txt ├── Report.pdf ├── addingPoints.h ├── createModel.cpp ├── createModel.h ├── findCameraMatrix.cpp ├── matcher.h ├── projectPt2.cpp ├── projectPt2.h └── projectStructs.h /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/.DS_Store -------------------------------------------------------------------------------- /LUT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/LUT.cpp -------------------------------------------------------------------------------- /LUT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/LUT.h -------------------------------------------------------------------------------- /Matcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/Matcher.cpp -------------------------------------------------------------------------------- /MatchingPoints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/MatchingPoints.cpp -------------------------------------------------------------------------------- /MatchingPoints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/MatchingPoints.h -------------------------------------------------------------------------------- /MatrixCalculations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/MatrixCalculations.cpp -------------------------------------------------------------------------------- /MatrixCalculations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/MatrixCalculations.h -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/ReadMe.txt -------------------------------------------------------------------------------- /Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/Report.pdf -------------------------------------------------------------------------------- /addingPoints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/addingPoints.h -------------------------------------------------------------------------------- /createModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/createModel.cpp -------------------------------------------------------------------------------- /createModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/createModel.h -------------------------------------------------------------------------------- /findCameraMatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/findCameraMatrix.cpp -------------------------------------------------------------------------------- /matcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/matcher.h -------------------------------------------------------------------------------- /projectPt2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/projectPt2.cpp -------------------------------------------------------------------------------- /projectPt2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/projectPt2.h -------------------------------------------------------------------------------- /projectStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChaplinWang/reconstruction-3D-with-handheld-camera/HEAD/projectStructs.h --------------------------------------------------------------------------------