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
Hi, there!below is your code,i don't if i misunderstanding ,something seems to be wrong for vaviable 'int_min,ind_second',and what does it mean!
thank you for you time!
I admit this piece of code is ugly. It is simply goes through all phase unwrapping hypotheses and rank the three with the lowest error. I guess you could instead loop through and compute all the errors and then sort them afterwards...
Hi, there!below is your code,i don't if i misunderstanding ,something seems to be wrong for vaviable 'int_min,ind_second',and what does it mean!
thank you for you time!
void phaseUnWrapper3(float t0, float t1,float t2, float* phase_first, float* phase_second, float* phase_third, float* err_w1, float* err_w2, float* err_w3)
{
float err;
float err1,err2,err3;
The text was updated successfully, but these errors were encountered: