Closed eigenvivek closed 4 months ago
The current implementation computes the distance between the last column of the transformation matrix, which represents the quantity Rt. Modify such that distance is only between translations t.
Rt
t
https://github.com/eigenvivek/DiffDRR/blob/528d2ea8af664eeb75322f528106f1bf266e65b3/diffdrr/metrics.py#L146-L153
The current implementation computes the distance between the last column of the transformation matrix, which represents the quantity
Rt
. Modify such that distance is only between translationst
.https://github.com/eigenvivek/DiffDRR/blob/528d2ea8af664eeb75322f528106f1bf266e65b3/diffdrr/metrics.py#L146-L153