Skip to content

The optimal order for filtering and the effect of the order #11554

Discussion options

You must be logged in to vote

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

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ryo-matsuzaka
Comment options

Answer selected by ryo-matsuzaka
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants