Hi, I’m using zed-open-capture framework. What I’m trying to achieve is an application that scans objects at a 360 degrees( amputated legs, souvenirs or other static items. ) then convert it to a point cloud of the object.
So far I’ve been able to capture the image data and convert it to a satisfying depth map but I’m unable to align two separate depth maps of the image which are taken at different points. But I’m unable combine them. Process has to be done without human intervention so I can’t use point selected align method.
[!NOTE]
I’ve tried to use ICP algorithm but it didn’t produce any meaningful results so I guess that there has to be a initial rough aligning to make it work. But I couldn’t find a way to do it.