dgrzech / sobfu

real-time 3D reconstruction of non-rigidly deforming scenes using depth data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function get_3d_sobolev_filter is not being used

bigdimboom opened this issue · comments

You have two types of sobolev filters. one is a 3D data in get_3d_sobolev_filter, the other one is a 1D data in decompose_sobolev_filter. It looks like you decided to hardcode some data in the end without using "get_3d_sobolev_filter". Can I ask what's the reason?

image
image

i couldn't find a working c++ library for higher-order svd of tensors so i did the decomposition in matlab for a number of different parameters and hardcoded the values