├── Documents ├── Marker Database.docx ├── openAR Documentation.docx └── openAR presentation.pdf ├── Markers ├── Marker template │ ├── 16 Bit marker.jpg │ ├── 16 Bits marker template.psd │ ├── Thumbs.db │ ├── b.jpg │ ├── pi.jpg │ └── tetris.jpg └── Markers A4 print.jpg ├── README.md └── openAR_1.0 ├── CMakeLists.txt ├── image_ar.jpg ├── openAR.cpp └── opencv.jpg /Documents/Marker Database.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Documents/Marker Database.docx -------------------------------------------------------------------------------- /Documents/openAR Documentation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Documents/openAR Documentation.docx -------------------------------------------------------------------------------- /Documents/openAR presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Documents/openAR presentation.pdf -------------------------------------------------------------------------------- /Markers/Marker template/16 Bit marker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Markers/Marker template/16 Bit marker.jpg -------------------------------------------------------------------------------- /Markers/Marker template/16 Bits marker template.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Markers/Marker template/16 Bits marker template.psd -------------------------------------------------------------------------------- /Markers/Marker template/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Markers/Marker template/Thumbs.db -------------------------------------------------------------------------------- /Markers/Marker template/b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Markers/Marker template/b.jpg -------------------------------------------------------------------------------- /Markers/Marker template/pi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Markers/Marker template/pi.jpg -------------------------------------------------------------------------------- /Markers/Marker template/tetris.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Markers/Marker template/tetris.jpg -------------------------------------------------------------------------------- /Markers/Markers A4 print.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/Markers/Markers A4 print.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/README.md -------------------------------------------------------------------------------- /openAR_1.0/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/openAR_1.0/CMakeLists.txt -------------------------------------------------------------------------------- /openAR_1.0/image_ar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/openAR_1.0/image_ar.jpg -------------------------------------------------------------------------------- /openAR_1.0/openAR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/openAR_1.0/openAR.cpp -------------------------------------------------------------------------------- /openAR_1.0/opencv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharathp666/openAR/HEAD/openAR_1.0/opencv.jpg --------------------------------------------------------------------------------