Tom Birdsong
Tom Birdsong
It looks like there is a larger issue of test dependencies here, the [log file](https://pipelines.actions.githubusercontent.com/serviceHosts/9bc39a5a-c4cc-43d6-ba38-df34c6a9a73c/_apis/pipelines/1/runs/1654/signedlogcontent/4?urlExpires=2022-05-23T16%3A06%3A07.2308814Z&urlSigningMethod=HMACV1&urlSignature=gi6XP04gJoPa2I%2F%2Fu3Nqx08es5bSrm4fN4xI8t4SHTs%3D) shows that `ComputeFFTInOneDimension` baseline comparisons are run before the `ComputeFFTInOneDimension` test. It appears that test...
Note that it also looks like we will need to resolve [https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/issues/362](https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/issues/362) before this one can be merged as 1D FFT classes were added after the 5.2.0 release.
Addressed in #372 or #375
@jadh4v Would you be willing to add the wrappings for `BinaryBallStructuringElement` to ITK? A file named `BinaryBallStructuringElement.wrap` would need to be added to [this folder](https://github.com/InsightSoftwareConsortium/ITK/tree/23da3dfa79152648f3d38050ee147df47f41ce0a/Modules/Filtering/MathematicalMorphology/wrapping) with contents similar to line...
@jadh4v Please run `clang-format` on `Code.cxx` to fix `Lint` CI
@jadh4v Two documentation warnings via [CDash](https://open.cdash.org/viewBuildError.php?type=1&buildid=7926337): > [ITKEx-build/src/Filtering/MathematicalMorphology/DilateUsingFunctionalGrayscale/Documentation.rst:4](https://github.com/InsightSoftwareConsortium/ITK/blob/master/ITKEx-build/src/Filtering/MathematicalMorphology/DilateUsingFunctionalGrayscale/Documentation.rst#L4): WARNING: Title underline too short. Resolution: Extend the title underline in `DilateUsingFunctionalGrayscale/Documentation.rst` to at least the width of the title string >...
Several examples are also commented out in CMakeLists.txt so that they are not built. These should be revisited and repaired. [https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/blob/master/src/Segmentation/Classifiers/CMakeLists.txt](https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/blob/master/src/Segmentation/Classifiers/CMakeLists.txt)
@dzenanz Maybe my thinking is backwards. In ITK the fastest element is the first index while in numpy it is the last index. When we say "IJK" is "K" the...
Works for me, updated the description.
Assigned to @andinet per request