Open
Description
The depth result is blank with this config for OpenCL processor:
EnableBilateralFilter = false;
EnableEdgeAwareFilter = true;
It seems the edge aware filter filterPixelStage2
uses max_edge_test
which is generated in the bilateral filter filterPixelStage1
.
Is this a bug or a limitation in feature?