Dženan Zukić
Dženan Zukić
I would prefer both `ITKContourInterpolation` and `ITKMCI` to `ITKMorphologicalContourInterp`. What do you think?
Rename was done.
I already answered it [here](https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation/pull/114#issuecomment-1892258614): > @9Cirno9 I now realized from your email, that you might want interpolation between two 2D images. This can be accomplished by constructing an empty...
Here are some pointers: https://examples.itk.org/src/filtering/imagegrid/processa2dsliceofa3dimage/documentation https://itk.org/Doxygen/html/classitk_1_1PasteImageFilter.html https://examples.itk.org/src/filtering/imagegrid/pasteimageintoanotherone/documentation
Thanks for your work on this. This is no longer at the top of my priority list, so it will take a while for me to return to this work...
Converting to draft, so we don't accidentally merge it before packages are ready.
This project was written for Qt4, before the release of Qt5. Making it work with Qt5 should not be hard. The error is coming from [here](https://github.com/daviddoria/InteractiveImageGraphCutSegmentation/blob/master/CMakeLists.txt#L18). You might want to...
> Which filter? `ITKMontage`, possibly via some custom wrapper. I remember the name of the wrapper was weird. Is it part of `DREAM.3D` 6.5.128?
@imikejackson Does DREAM.3D have some GUI for montages now? Is there some user documentation for it?
The added tests could go [here](https://github.com/InsightSoftwareConsortium/ITKMontage/blob/master/test/itkMontageGenericTests.cxx).