KitwareMedical / HASI

High-throughput Applications for Skeletal Imaging
Apache License 2.0
6 stars 8 forks source link

Add signed distance metric for atlas generation quality control #50

Open tbirdso opened 3 years ago

tbirdso commented 3 years ago

Signed distance from each point in dense target mesh to nearest point/surface on registered template mesh. Set as scalar in pointsetdata and visualize with SlicerSALT.

tbirdso commented 3 years ago

For first iteration try using KdTree to get point-to-point distances. May need to form new KdTree to represent sparse template rather than dense target.