In Open3D library there is a function which calculates the information matrix, it uses 2 clouds, a transformation matrix (output of a registration algorithm) and a distance. I would like to understand the meaning of a information matrix in the context of 3D point cloud registration, for what is it used for?
I know how to calculate it, but just because I read the Wikipedia article. And I read some articles, but there's nothing to guide me.