GeodisTK
GeodisTK copied to clipboard
geodesic distance transform of 2d/3d images
Can upgrade Python 2 to Python 3?
I have problem to calculate geodesic distance for three dimension image. Please have a look for the following code: ``` import GeodisTK import SimpleITK as sitk import os import numpy...
Hi Guotai, I have few questions regarding the way you use the spacial information in your code: https://github.com/taigw/GeodisTK/blob/7907b3874c5e19d10b056f8de39e443cb7f221c2/cpp/geodesic_distance_3d.cpp#L287 I am not sure that this factor is correct, I think that...