mirror of
https://github.com/luckyrobots/open_phantom.git
synced 2025-04-03 10:32:19 +00:00
Refine ICP to be more accurate #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
icp_registration
in process_hand.py is passed in a depth cloud and vertices from the hand mesh, it then performs iterative closest point on these two inputs to get the refined landmarks.We are currently using arbitrary scaling factors (
HAND_WIDTH_MM
andCLOUD_Z_SCALE
) for the respective functions z values which is okay for now but needs to be optimized to be a function of the camera extrinsics and the users hand.