<div dir="ltr">Hi guys. <div><br></div><div>I'm using fast marching to compute the distance map, but the time of computation is much slower than I expected. Is it normal to cost about 250secs for a 512*512*365 image? I'm using the released mode.</div><div><br></div><div>My process is like this:</div><div>1. initialize a binary image (alive image) where segmented target is set to 1, the rest is set to 0</div><div>2. initialize the trial image where the neighbourhood of alive image is set to 1, the rest is set to 0</div><div>3. give the two images to the adaptor and set the alive value and the trial value both to 1</div><div>4. run fast marching</div><div><br></div><div>Do you have any ideas about that or some suggestions to improve the performance. Thank you very much!</div><div><br></div><div>Best,</div><div>Lin</div></div>