-
Updated
Mar 25, 2020 - C++
itk
Here are 123 public repositories matching this topic...
Steps to reproduce:
- Create a Collapsible button with a widget inside (say a push button).
- Disable the push button
- Collaspe the collaspible box
- Open the box
=> Button is now enabled
Add entry to check to see if the user is running 32-bit or 64-bit python,.
during CI on my hiwenet, I discovered a ton of deprecation warnings from scipy : https://travis-ci.org/github/raamana/hiwenet/jobs/658810855
mostly asking medpy to move from scipy to numpy for functions such as sum, absolute, sqrt, square etc .. see below for a sample, and the above link for a full list.. If you can, can you try fix them? thanks.
/hom-
Updated
Apr 9, 2019 - C++
Feature request: allow passing custom made Matplotlib colormaps
import matplotlib.pyplot as plt
cmap = plt.cm.get_cmap("viridis", 5)then pass that colormap to the Viewer
(the goal isn't necessarily catecorical colormaps... this is just a simple example. A user might want to make a custom normalized map that are far more complex)
-
Updated
Nov 27, 2019 - C++
Add a PolyDataIO based on the VTK::IOGeoJSONmodule:
https://github.com/Kitware/VTK/tree/master/IO/GeoJSON
Steps (a complete example can be found here):
- Verify that the test suite runs and p
-
Updated
Jun 25, 2020 - Python
- Make Doxygen use optional.
- Allow specification of Doxygen executable path.
- Perform an early check that the executable path exists.
-
Updated
May 31, 2018 - Jupyter Notebook
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
May 30, 2020 - C++
Add log window
-
Updated
Jun 9, 2020 - C++
-
Updated
Apr 30, 2020 - C++
-
Updated
Jun 17, 2020 - C++
-
Updated
Oct 23, 2018 - C++
-
Updated
Jun 30, 2020 - C++
-
Updated
Jun 9, 2020 - C++
Whenever a paper is mentioned, including the corresponding reference (i.e. full bibliography cite and/or link) would be nice.
See for example, the block
* \brief Wavelet based on paper VOW: Variance-Optimal Wavelets for Steerable Pyramid (P.Pad et al 2014).
in itkVowIsotropicWavelet.h.
On the other hand, formulas must follow Doxygen rules [1]. There are a few examples in ITK, such as
-
Updated
Oct 8, 2019 - C++
-
Updated
Jun 17, 2020 - 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."
Description
The ApplyScriptToRemotes script applies a script to all remote modules whose build status reports a successful build.
There are a number of aspects -many of them were already mentioned in PR #781- that could be improved to make the script more robust.