├── CameraMatrixGoPro.txt ├── GL ├── gl.h ├── glext.h ├── glut.h └── wglext.h ├── Input ├── 1.JPG ├── 5127854596_9255a3222a_b.jpg └── CameraMatrixNikon.txt ├── Output ├── 5127854596_9255a3222a_b.jpg └── 5127854596_9255a3222a_b.txt ├── README.txt ├── SVR.vcxproj ├── SVR.vcxproj.filters ├── src ├── GlutSVR.cpp ├── GlutSVR.h ├── IGlut.h ├── IndexSorter.h ├── Junctions.cpp ├── Junctions.h ├── Votes.cpp ├── Votes.h ├── geometry.cpp ├── geometry.h ├── lsd.cpp ├── lsd.h ├── main.cpp ├── rotation.cpp ├── rotation.h ├── vp.cpp └── vp.h ├── vanishingPoint.sln └── x64 └── Release ├── SVR.iobj ├── SVR.ipdb ├── SVR.tlog ├── CL.command.1.tlog ├── CL.read.1.tlog ├── CL.write.1.tlog ├── SVR.lastbuildstate ├── link.command.1.tlog ├── link.read.1.tlog └── link.write.1.tlog ├── vanishingPoint.iobj ├── vanishingPoint.ipdb └── vanishingPoint.tlog ├── CL.command.1.tlog ├── CL.read.1.tlog ├── CL.write.1.tlog ├── link.command.1.tlog ├── link.read.1.tlog ├── link.write.1.tlog └── vanishingPoint.lastbuildstate /CameraMatrixGoPro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/CameraMatrixGoPro.txt -------------------------------------------------------------------------------- /GL/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/GL/gl.h -------------------------------------------------------------------------------- /GL/glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/GL/glext.h -------------------------------------------------------------------------------- /GL/glut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/GL/glut.h -------------------------------------------------------------------------------- /GL/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/GL/wglext.h -------------------------------------------------------------------------------- /Input/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/Input/1.JPG -------------------------------------------------------------------------------- /Input/5127854596_9255a3222a_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/Input/5127854596_9255a3222a_b.jpg -------------------------------------------------------------------------------- /Input/CameraMatrixNikon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/Input/CameraMatrixNikon.txt -------------------------------------------------------------------------------- /Output/5127854596_9255a3222a_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/Output/5127854596_9255a3222a_b.jpg -------------------------------------------------------------------------------- /Output/5127854596_9255a3222a_b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/Output/5127854596_9255a3222a_b.txt -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/README.txt -------------------------------------------------------------------------------- /SVR.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/SVR.vcxproj -------------------------------------------------------------------------------- /SVR.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/SVR.vcxproj.filters -------------------------------------------------------------------------------- /src/GlutSVR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/GlutSVR.cpp -------------------------------------------------------------------------------- /src/GlutSVR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/GlutSVR.h -------------------------------------------------------------------------------- /src/IGlut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/IGlut.h -------------------------------------------------------------------------------- /src/IndexSorter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/IndexSorter.h -------------------------------------------------------------------------------- /src/Junctions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/Junctions.cpp -------------------------------------------------------------------------------- /src/Junctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/Junctions.h -------------------------------------------------------------------------------- /src/Votes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/Votes.cpp -------------------------------------------------------------------------------- /src/Votes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/Votes.h -------------------------------------------------------------------------------- /src/geometry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/geometry.cpp -------------------------------------------------------------------------------- /src/geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/geometry.h -------------------------------------------------------------------------------- /src/lsd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/lsd.cpp -------------------------------------------------------------------------------- /src/lsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/lsd.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/rotation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/rotation.cpp -------------------------------------------------------------------------------- /src/rotation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/rotation.h -------------------------------------------------------------------------------- /src/vp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/vp.cpp -------------------------------------------------------------------------------- /src/vp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/src/vp.h -------------------------------------------------------------------------------- /vanishingPoint.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/vanishingPoint.sln -------------------------------------------------------------------------------- /x64/Release/SVR.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.iobj -------------------------------------------------------------------------------- /x64/Release/SVR.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.ipdb -------------------------------------------------------------------------------- /x64/Release/SVR.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /x64/Release/SVR.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /x64/Release/SVR.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /x64/Release/SVR.tlog/SVR.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.tlog/SVR.lastbuildstate -------------------------------------------------------------------------------- /x64/Release/SVR.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /x64/Release/SVR.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /x64/Release/SVR.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/SVR.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.iobj -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.ipdb -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /x64/Release/vanishingPoint.tlog/vanishingPoint.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikumar-ramalingam/vanishingPoint/HEAD/x64/Release/vanishingPoint.tlog/vanishingPoint.lastbuildstate --------------------------------------------------------------------------------