Andras Lasso
Andras Lasso
In Slicer, we use CTK with Qt-5.15.0 and - github.com/slicer/VTK.git - tag: e1be324636d835558ff220326d16a721b852f17f (slicer-v8.2.0-2018-10-02-74d9488523) - github.com/InsightSoftwareConsortium/ITK tag 35704a458d1ad9a4a2f2634d38032216ab280823 (v5.1rc03 with ITK PR#1727 fixing -Wstrict-overflow warning) If you plan to use...
By the way, I've just tried a clean build of CTK (using -DCTK_QT_VERSION:STRING=5 -DQt5_DIR:FILEPATH=C:/Qt/5.15.0/msvc2019_64/lib/cmake/Qt5) and it built without any issues. Make sure you delete your entire build folder after you...
I think if you build CTK with default options then ITK and VTK are not needed. I have now started a build adding `-DCTK_BUILD_ALL:BOOL=ON`.
Nifti fine format had many issues but if you save the field as a nrrd file then 3D Slicer can read it. You can also run Elastix in 3D Slicer...
VTK master now requires C++11, so it may not be a blocking issue. VTK already has a csv parser (that's what we use now to read/write table nodes), but it's...
OK, if dcmqi does not depend on VTK yet then certainly we shouldn't introduce that dependency.
Actually, it's good if we evaluate this parser independently and if it works well then we'll propose to use it in VTK.
As VTK master now requires C++11, Slicer will require C++11 soon.
How do you plan to use this float volume? As a fractional segmentation (increased bit depth is for smoother boundary) or a probability map (values specify a continuous color overlay)?...
You can edit the Slicer plugin (it is just a Python script) to create fractional labelmap from the received volume node. Something like this should work: ```python fractionalLabelmap = ......