ros-industrial / yak

A library for integrating depth images into Truncated Signed Distance Fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply distortion correction when integrating depth images

schornakj opened this issue · comments

Currently only the camera intrinsic parameters (fx, fy, cx, cy) are used, which implicitly requires that incoming depth images already be rectified. It would be a useful enhancement to also apply distortion correction using the plumb bob model.