fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fast Marching Normalisation factor implemented as integer #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the fastMarching-module, it appears that the normalization factor is
implemented as being an integer in DeVIDE, however in ITK it is implemented
as a double. 
Unlike the implementation does, the default suggests the value to be a double.

Suggestion is to change the file modules\insight\fastMarching.py, line 23 from 
('Normalisation factor:', 'normalisationFactor', 'base:int',
to 
('Normalisation factor:', 'normalisationFactor', 'base:float',

Original issue reported on code.google.com by martijns...@gmail.com on 22 Feb 2009 at 9:56

GoogleCodeExporter commented 9 years ago
Fixed in r3435.

Thanks Martijn!

Original comment by cpbotha on 17 Apr 2009 at 8:46