Skip to content

The written vertex normals of a point cloud has illegal value. #24

@cetusk

Description

@cetusk

Hi,
I think this line may should be fixed to the below.

Core/CoFusion.cpp#L696

[-] Eigen::Matrix4f Tn = Tn.inverse().transpose();
[+] Eigen::Matrix4f Tn = Tp.inverse().transpose();

When I saved the point cloud at the final step and read it an another situation, I found the normal values are nan.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions