The idea is great, keep on going! The code still needs some improvement though (bug fixing).
I used it for 2D fast marching, but found that matlab bwdist performs way faster, even if I truncate the region to calculate.
Nice submission, works perfectly, and well commented. Thank you!
One thing I was wondering:
Is it possible to give a maximum distance to compute, and not fill the entire image with correct distances? In my problem that would speed up computation considerably.
Furthermore, I deleted the line
if(itt==652221) { printf("569 \n"); }
in msfm2d.c as it put my command window full with 569s.
01 Jul 2009
error_ellipse
Plot an error ellipse depicting confidence interval given a covariance matrix.
Author: AJ Johnson