isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.43k stars 2.31k forks source link

Consideration of color in global registration #4632

Closed christinaionescu closed 2 years ago

christinaionescu commented 2 years ago

Hi,

I am referring to the issue: https://github.com/isl-org/Open3D/issues/733 Here it is said that the global registration pipeline includes the color information. Is this really true? I expected only the Colored ICP to include the color information and that the global registration only relies on the FPFH which depend only on the geometry. Could you please elaborate?

Thank you! Christina

theNded commented 2 years ago

You are right, technically global registration refers to FastGlobalRegistration and RANSAC, where color is not used. However, it is usually followed by colored ICP to refine the coarse global registration. So it really depends on the context: as a single algorithm, global registration does not include color; as a pipeline, it may include color.