itk
Here are 139 public repositories matching this topic...
-
Updated
Oct 1, 2020 - C++
Cancelling "Create new X as ..." dialogue creates new object with the default name (as if from "Create new X"), but clicking Cancel should not produce any object.
I think this happens in several modules, with different types of object, including Table and Volume.
Steps to reproduce
Invoke "Create new Table as ..." dialogue, such as for the Output table of the **Segment St
-
Updated
Feb 4, 2022 - SWIG
-
Updated
Feb 3, 2022 - C++
-
Updated
Sep 17, 2021 - Python
-
Updated
May 1, 2020 - Python
-
Updated
Apr 9, 2019 - C++
-
Updated
Jan 15, 2022 - Python
Add a PolyDataIO based on the VTK::IOPDALmodule:
https://github.com/Kitware/VTK/tree/master/IO/PDAL
Steps (a complete example can be found here):
- Verify that the test suite runs and passes
-
Updated
Jun 23, 2021 - C++
-
Updated
Feb 6, 2022 - CMake
-
Updated
Jan 14, 2021 - C++
-
Updated
May 31, 2018 - Jupyter Notebook
-
Updated
Feb 3, 2022 - C++
-
Updated
Dec 18, 2021 - C++
Add log window
info, warning and error messages are currently written to a log file, but are not visible to user.
add window, which shows these messages, and allow to configure if error messages trigger popup (message window).
-
Updated
May 19, 2019 - C++
-
Updated
Nov 28, 2021 - C++
This will need to be fixed in the main ITK repository.
https://open.cdash.org/viewBuildError.php?type=1&buildid=6056900
Examples/RegistrationITKv4/DeformableRegistration5.cxx:308:80: warning: Line length too long for LaTeX printing
Examples/RegistrationITKv4/DeformableRegistration5.cxx:338:80: warning: Line length too long for LaTeX printing
Examples/RegistrationITKv4/DeformableRegi
-
Updated
Jan 3, 2022 - C++
-
Updated
Jan 27, 2022 - C++
-
Updated
Apr 7, 2020 - Python
-
Updated
Oct 25, 2021 - C++
-
Updated
Dec 18, 2021 - C++
Improve this page
Add a description, image, and links to the itk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the itk topic, visit your repo's landing page and select "manage topics."
We currently have a number of CMake variables related to 3rd party libraries polluting ITK's default CMake variable configuration options, which should be minimal. These should be marked as advanced with CMake's
mark_as_advancedcommand in the ITK module CMake code. Variables include EXPAT_* NIFTI and more.