Manolis Savva
Manolis Savva
Hi @KevinLee752 , The CameraParameterEstimation code is developed by @mhalber so he can likely give more details about building it. Regardless, it will be useful to share some concrete details...
Correspondence is mostly reasonable. There are a few issues due to differences in geometry, but I believe that this projection will actually mostly help to improve the situation (by getting...
Hi, It's great to see that you are making use of the PiGraphs codebase! The relevant parts of the code are in [Skeleton.h](https://github.com/msavva/pigraphs/blob/master/libsg/core/Skeleton.h) and [Skeleton.cpp](https://github.com/msavva/pigraphs/blob/master/libsg/core/Skeleton.cpp). This skeleton format is directly...
Hi @MohameHassan , apologies for the delay. You can find OpenCV calibration files in the archive here: https://github.com/msavva/pigraphs/releases/download/v1.0/sensor-calibration.zip The RGB-D sequences were captured using the "kinect-one" sensor.
Apologies for the delay in responding. Unfortunately, this codebase is only tested to compile with Visual Studio 2013 and the mLibExternal dependency snapshot provided here. Some of the above issues...
Hi Aron, If you just need to load the recording format, there is simpler C++ example code with no external dependencies: [loadrec](http://graphics.stanford.edu/projects/scenegrok/loadrec.zip). This code was actually part of the earlier...