The optimal order for filtering and the effect of the order #11554
-
Hi,
Is there any good practice for the order when applying filters? Reference |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @ryo-matsuzaka Intel list a recommended order for applying the filters in the section of their post-processing guide linked to below. https://dev.intelrealsense.com/docs/post-processing-filters#using-filters-in-application-code Decimation Filter Decimation should always be first in the order. So in terms of the selection of filters that you listed, it would go like this: Decimation Filter |
Beta Was this translation helpful? Give feedback.
-
It's no trouble at all :) |
Beta Was this translation helpful? Give feedback.
Hi @ryo-matsuzaka Intel list a recommended order for applying the filters in the section of their post-processing guide linked to below.
https://dev.intelrealsense.com/docs/post-processing-filters#using-filters-in-application-code
Decimation Filter
Depth2Disparity Transform
Spatial Filter
Temporal Filter
Disparity2Depth Transform
Hole Filling Filter
Filtered Depth
Decimation should always be first in the order.
So in terms of the selection of filters that you listed, it would go like this:
Decimation Filter
Spatial Filter
Temporal Filter
Hole Filling Filter