opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

Feature request: expose kinfu::ICP to be used with pointclouds directly

Open kanugr opened this issue 7 years ago • 3 comments

System information (version)
  • OpenCV => 4.0.0-beta
Detailed description

At the moment, kinfu::ICP can only be used via rgbd::FastICPOdometry or kinfu::KinFu, which both need depthmaps as input. In the case of preprocessed pointclouds, there are no more depthmaps, so it would be useful to access kinfu::ICP directly with point data. I guess the same can be achieved by overriding FastICPOdometry with my own prepareFrameCache method, but an easier way would be greatly appreciated.

kanugr avatar Oct 17 '18 13:10 kanugr

@savuor can I take this? I want to experiment with reading and writing point clouds in RGBD module.

devanshbatra04 avatar Mar 26 '20 14:03 devanshbatra04

@devanshbatra04 of course, you can do that if you know how to

savuor avatar Mar 30 '20 10:03 savuor

@devanshbatra04 Hi, do you kown how to save as 3D pointcloud using Kinfu_demo? I can run Kinfu_demo, but I do not kown how to save uMat as point define as uMat. Can you give me a help. Thanks!

zhuisa avatar Dec 11 '21 19:12 zhuisa