Greetings,
is there a way to measure the length and width of objects that we commonly have in our room like a chair or a book ?
Greetings,
is there a way to measure the length and width of objects that we commonly have in our room like a chair or a book ?
Hello Salem ,
It's possible, but not trivial. We don't have any demos yet, but we believe that for primitive shapes (eg. cylinder, cuboid/box, spheres etc.) you could go with the pointcloud (our implementation here) approach and use a library like pyRansac or PCF to analyze the pointcloud and get these shapes. Thoughts?
Thanks, Erik