mitjap/pwmvs

Use proper 3D median filtering

Opened this issue · 0 comments

At the moment we find median value for each coordinate (and color channel) separately when fusing depth maps. Try to find best median value considering all dimensions.

One possible option is to use Weiszfeld's algorithm. Algorithm should need very little iterations to find good solution.