Ziv Yaniv
Ziv Yaniv
@blowekamp, the only issue is in the code displayed, so in the [Documentation.rst](https://github.com/SimpleITK/SimpleITK/blob/master/Examples/ImageRegistrationMethod1/Documentation.rst), change the lines to go to the end of the file (currently it is `:lines:1,19-80`: ``` .....
@blowekamp, based on the bug report, it does seem to confuse. There isn't a hint that what you are looking at is a code snippet and not the whole script....
Hello @mariamonzon, Currently the core SimpleITK team does not have plans for supporting a binary distribution which includes SimpleElastix, we have limited bandwidth. This is a long term commitment in...
Hello @awuaq, The information provided is insufficient for us to help you. What operating system, compiler, CMake version were used? Also, we highly recommend using the SuperBuild. For detailed instructions...
Closing, assuming question was resolved following the read-the-docs instructions. Feel free to reopen if needed.
Hello @neuronflow, Most likely this is doable, rigid registration/Mattes Mutual Information/multi-resolution. The ANTs commandline parameters all look very similar to the settings in SimpleITK. Please take a look at [this...
The specifics listed are trying to mimic the settings you are using with the ANTs command-line. You will probably have to modify the settings slightly to account for differences with...
Hello @jianjun0407, Not sure what you mean by "console is not turned off". Based on the settings: 1. Fixed random seed. 2. REGULAR sampling strategy (note that this [includes a...
Hello @jadrianaj, When you configure the ITK build using CMake, tick the "Advanced" checkbox and search for "review" you'll see that the Module_ITKReview is likely not ticked. Tick that checkbox...
Hello @kapsner, This is a feature not a bug 😉 . The `ImageSeriesReader` is a generic class which has no idea about DICOM. It assumes/expects the images it is given...