Skip to content

Commit d2fa4c3

Browse files
FIX: normal calculation in reference joint point clouds not needed, thus removed
1 parent e8119d4 commit d2fa4c3

File tree

1 file changed

+0
-1
lines changed
  • src/gh/components/DF_joint_segmentator

1 file changed

+0
-1
lines changed

src/gh/components/DF_joint_segmentator/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def main(i_clusters, i_joints, i_joint_ids):
4545

4646
for face in joint:
4747
face_cloud = face.sample_points_uniformly(1000)
48-
face_cloud.estimate_normals(knn=30)
4948
joint_cloud.add_points(face_cloud)
5049

5150
joint_clouds.append(df_cvt.cvt_dfcloud_2_rhcloud(joint_cloud))

0 commit comments

Comments
 (0)