Dave Chen
                                            Dave Chen
                                        
                                    I have successfully built and tested Elastix/SimpleITK on my Windows system. I do not have Minc on my system. It looks like there's an overlap of symbols from the Standard...
Are you building with shared libraries? I don't think Elastix will build of shared libraries are turned on. Can you send me your CMake.Cache.txt file so I can see how...
My SITK VTK routines are here: https://github.com/dave3d/dicom2stl/tree/main/utils There's a 'regularize' routine in there that is similar to your make_isotropic function. It resamples a volume so the transform is identity and...
Yeah, that's probably an oversight. I just built and tested the latest version on Mac/Java and it was fine. I'll let @blowekamp know when he gets back from vacation next...
The PDF that you've linked to is the same content as the ReadTheDocs site. Neither of them have a full Python API documentation. You pretty much have to read the...
I would never argue that this is an ideal, or even good solution. But with limited man power, the task of re-writing the entire ITK API documentation for Python seems...
I'd like to chime in and say I'd like to be able to save and restore the transfer function (and everything else in the viewer's state). It'd be nice to...
As a work around you could do something like this: if staple_img.GetDimension() == 4: staple_img = staple_img[:,:,:,0]
Do you have the latest code? I had that bug last week, but I think I fixed it. Can you share you dicom so that I can try it out?...
I guess you can try that. Can you share with me a data set so I can try and debug it? The other person didn't get back to me.