wangyibin0011

Results 2 comments of wangyibin0011

You should put [_simpleitk.pyd] into [Packaging] folder, [_simpleitk.pyd] in [...simpleitk-build \Wrapping\Python],then python setup.py install

> 谢谢。如您所提到的,直接从运动估计(根据上述函数`_ants_affine_to_distance`)计算出FD 与目前在ANT中为刚性变换实现的FD完全一致。 > 如果您认为将这些估算值添加到的输出中`motion_correction`是有意义的(对于Rigid和Affine),我可以尝试PR。对于ANTsPy来说,唯一的问题是要从中读取Mat文件`registration`需要`scipy`额外的依赖(至少据我所知-我还没有考虑过从python读取scipy.io的其他方法)。 > 否则,请随时关闭此问题 > 谢谢。如您所提到的,直接从运动估计(根据上述函数`_ants_affine_to_distance`)计算出FD 与目前在ANT中为刚性变换实现的FD完全一致。 > 如果您认为将这些估算值添加到的输出中`motion_correction`是有意义的(对于Rigid和Affine),我可以尝试PR。ANTsPy唯一的问题是从中读取Mat文件`registration`需要`scipy`额外的依赖(至少据我所知-我还没有考虑过从python读取scipy.io的其他方法)。 > 否则,请随时关闭此问题 Hello, I got this temporary mat file after using ants' affine registration. I opened it with...