How is the depth map resized after decimation filter? #3081
-
According with https://github.com/IntelRealSense/librealsense/blob/master/doc/post-processing-filters.md#decimation-filter decimation filter downsamples the depth map depending on the parameters (also by inspecting the code https://github.com/IntelRealSense/librealsense/blob/4673a37d981164af8eeb8e296e430fc1427e008d/src/proc/decimation-filter.cpp#L204 it can be confirmed that the output is downsampled). Nonetheless, the published depth map image corresponds with the RGB image resolution. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @charlielito , hope it helps :) |
Beta Was this translation helpful? Give feedback.
Hi @charlielito ,
this example documentation might explain it.
https://github.com/IntelRealSense/librealsense/tree/development/examples/align
hope it helps :)