Open lcxiha opened 1 year ago
See this page: http://redwood-data.org/indoor/fileformat.html
Thank you! I still have some questions to consult:
1.If I have multiple frame point cloud data and their corresponding transformation matrices, can I obtain. log files and. info files?
2.Can I understand the 4 * 4 matrix in the. log file as the transformation matrix between two point clouds?
The transformation matrix (.log) transforms the point cloud to the world coordinate. For information matrix (.info), see this: https://github.com/isl-org/Open3D/blob/6ddbcd5c9b8bf0b496e4151c7d7766af09e3dba7/cpp/open3d/pipelines/registration/GlobalOptimization.cpp#L177
Thanks a lot! Are the first and second data of the metadata in the .log file represented by the sequence number? If I want to generate my own .log file based on your format, can I set the three numbers in the metadata to the sequence number of the two point clouds and the number of frames of the point cloud in this scene, and set the homogeneous transformation matrix to the transformation matrix of the two point clouds?
Unfortunately it was a very long time ago, and I don't remember what exactly each number represents. Maybe read the code and find out?
Hi,I want to know how to creat gt.info and gt.log files in ../ElasticReconstruction master/Matlab_Toolbox/Example/Data/RegistrationEvaluation/livingroom1 and what's the mean of gt.info . Is the gt.log file an evaluation of Transformation Matrix for two Frame Point Clouds?Can you help me ?Thanks a lot!