SimpleITK
SimpleITK copied to clipboard
Add to FastMarching support for float initial value for seeds
Currently the seeds (TrialPoints) for the FastMarchingImageFilter can only be unsigned integers. This should be improved to be a floating point value.
The TrialPoints are set on the index grid and need to be integers. The initial time value for the seed should be float. This can be done by adding another "SetInitialSeedValue" method.
closed by #1925