ITKSphinxExamples
ITKSphinxExamples copied to clipboard
Cookbook examples for the Insight Toolkit documented with Sphinx
- 2D slices with `matplotlib` via `numpy` interface (`plt.imshow(2d_itk_image)`) - 3D volume with `itkwidgets`
CI should move `CTestCustom.cmake` to the superbuild root directory in order for it to have effect on dashboard reporting. See discussion in #327.
https://github.com/InsightSoftwareConsortium/ITK/blob/master/Wrapping/Generators/Python/PyUtils/itkPyImageFilter.h CC: @fbudin69500
The files in [src/Developer](https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/tree/master/src/Developer) seem to hold some inconsistencies: - The classes in the `ImageFilterX.*` and `ImageFilterY.*` files should probably be renamed to `ImageFilterX` and `ImageFilterY`. They currently define a...
A search for `image->Allocate();` has 149 hits while `image->FillBuffer(` has 64 hits. The instances of `Allocate` not followed by a `FillBuffer` should be examined, and probably turned into [image->Allocate(true);](https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/commit/fc491a42151e2dd27f3e98b821d0c2fd35b55b2b#diff-a388a43bc1ceb769184a4daea4a146c73cbe1c5aeaf7003d1c698f51f95f0ad6R113) calls.
Add watershed with distance map example. Resolves #48.
- STYLE: GeodesicActiveContour CMake style - DOC: Add notebook example for SegmentWithGeodesicActiveContourLevelSet
The list of classes that appears in the "Subclassed by" section of the examples contains a variable number of elements, depending on whether the class or classes demonstrated is/are a...
The file list saved to the `FILES` variable to be provided to the CMake `install ` command should follow the same sorting convention to improve the consistency and readability of...