├── OpenCV.pro ├── README.md ├── dialog.cpp ├── dialog.h ├── dialog.ui ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── opengl.cpp └── opengl.h /OpenCV.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/OpenCV.pro -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/README.md -------------------------------------------------------------------------------- /dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/dialog.cpp -------------------------------------------------------------------------------- /dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/dialog.h -------------------------------------------------------------------------------- /dialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/dialog.ui -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/mainwindow.h -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /opengl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/opengl.cpp -------------------------------------------------------------------------------- /opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karcstefan/3D-Scanner-OpenCV/HEAD/opengl.h --------------------------------------------------------------------------------