You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If test the difference in pcl.features.normal.compute_point_normal(), the output matrix always consists of scalar 0.2, which is quite large. I think the problem comes with the accuracy configuration of numpy, however, I've got no idea to deal with it now.
There's another issue in normal estimation that the estimated normals are almost all the same, only few of them at the beginning are not the same. I believe this is the consequence of the deviation in covariance matrix computation.
The text was updated successfully, but these errors were encountered:
Reproduction code:
Running for times and the outputs are the same:
If test the difference in
pcl.features.normal.compute_point_normal()
, the output matrix always consists of scalar 0.2, which is quite large. I think the problem comes with the accuracy configuration of numpy, however, I've got no idea to deal with it now.There's another issue in normal estimation that the estimated normals are almost all the same, only few of them at the beginning are not the same. I believe this is the consequence of the deviation in covariance matrix computation.
The text was updated successfully, but these errors were encountered: