You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the code should be return sampling_table_size - 1; instead of return _sampling_table[sampling_table_size - 1];, since it's supposed to return the depth (type int), not the p_w (type double) of that depth