-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-identical results if simplices is provided or not #9
Comments
Hi @kanglcn, thanks for reporting this! Hmm, your code looks about right.
Since you mentioned, MCF is 10 times faster, I suspect (1) more. |
Hi @yoyololicon , thanks for your kind reply. I follows your views and found that the final cost value for the two approaches are same which implies I also have a question regarding to the speed. The main optimization is done with |
Ah, then I guess it's a problem of
Yeah, that's true. If a dedicated MCF algorithm is used, it's usually faster. Even |
I have a point cloud interferogram
intf
(with the coordinatesgix
) to be unwrappedThe edges and simplices is calculated as:
And I unwrap the intf by
and
But the unwrapped results are very different. It seems
unw_mcf
is not correct.unw_edgelist
:unw_mcf
:I want to know if I did anything wrong?
BTW, I also find
unw_mcf
is 10 times faster thanunw_edgelist
which is difference as @yoyololicon said in #2 .The text was updated successfully, but these errors were encountered: