vccimaging / Reconstrution_Through_Moving_Water

Source code for 2021 ICCV paper "In-the-Wild Single Camera 3D Reconstruction Through Moving Water Surfaces"
35 stars 10 forks source link

Degree of the B-spline surface #3

Open Jiahao-Ma opened 1 year ago

Jiahao-Ma commented 1 year ago

Hi Jinhui,

I find that you provide us with the coefficient matrices. Could you please tell us the degree of the B-spline surface (two degrees in u and v direction)? As you know, the degree of the B-spline surface is important for us to calculate the coefficient matrices.

Cheers, Jiahao

jhxiong commented 1 year ago

B-spline surface is a 4-by-4 patch spam in u and v direction. Cubic itself is a 4-th order representation.