Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
2597fcc
ENH: Move from itk-block-matching.
thewtex May 13, 2010
446ee88
STYLE: Rename from TensorComponents to SplitComponents.
thewtex Oct 12, 2010
d801ef6
ENH: Use IJMacros.txt.
thewtex Nov 12, 2010
63ea1a8
COMP: Disable tests until can refactor to an ITK Module.
thewtex Jul 7, 2012
cfd82e7
ENH: Make into an ITKv4 Module.
thewtex Jul 14, 2012
02d9f11
ENH: Add ComponentsMask parameter.
thewtex Jul 15, 2012
cc253d0
ENH: Rename to Remote Module conventions.
thewtex Jan 24, 2014
551a79f
BUG: Add EXCLUDE_FROM_DEFAULT.
brianhelba Feb 6, 2014
450e78d
ENH: Merge pull request #1 from brianhelba/ExcludeFromDefault
thewtex Feb 6, 2014
7380489
STYLE: Remove unused ITK_EXPORT.
thewtex Feb 17, 2014
1dbbba1
STYLE: More standard description of itkNewMacro.
thewtex Feb 17, 2014
3ec63c0
STYLE: Remove __ from header guards.
thewtex Mar 23, 2015
5ee8388
STYLE: Use Macro for Function Deletion
zachary-williamson Jun 30, 2016
2d9e793
ENH: Merge pull request #2 from zachary-williamson/master
thewtex Jun 30, 2016
704891c
ENH: Initial ITKv5 conversions.
hjmjohnson Dec 16, 2017
4251411
ENH: ITKv5 override consistency
hjmjohnson Dec 17, 2017
ab1af9d
COMP: Use C++11 override directly
hjmjohnson Dec 17, 2017
02b6b68
ENH: Merge pull request #4 from InsightSoftwareConsortium/ITKv5
hjmjohnson Jan 22, 2018
64d6588
STYLE: Replace itkStaticConstMacro with static constexpr
hjmjohnson Feb 13, 2018
fed545d
STYLE: Prefer C++11 type alias over typedef
hjmjohnson Feb 13, 2018
ee2104d
STYLE: Merge pull request #5 from InsightSoftwareConsortium/ITKv5Style
hjmjohnson Feb 13, 2018
ef447d6
STYLE: Prefer constexpr for const numeric literals
hjmjohnson Feb 13, 2018
3f63915
STYLE: Merge pull request #6 from InsightSoftwareConsortium/ITKv5Style
hjmjohnson Feb 13, 2018
1fb53fd
COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.
Apr 14, 2018
4755a84
ENH: Merge pull request #8 from jhlegarreta/MoveDISALLOWCOPYANDASSIGN…
hjmjohnson Apr 14, 2018
b501d9f
BUG: Fix test errors steming from the new multi-threading mechanism.
May 23, 2018
1ee03e6
ENH: Merge pull request #10 from jhlegarreta/FixPoolMultiThreaderErrors
thewtex May 26, 2018
fa23321
ENH: Prefer boolean macro call to initialize dynamic multi-threading …
May 29, 2018
5c23fb7
BUG: Allow for building outside ITK.
May 31, 2018
f2c1aac
ENH: Merge pull request #11 from jhlegarreta/PreferBooleanMacroCallTo…
thewtex May 31, 2018
43e750f
COMP: Merge pull request #12 from jhlegarreta/AllowForBuildingOutsideITK
thewtex May 31, 2018
5897d14
BUG: fix fatal error LNK1181: cannot open input file 'SplitComponents…
dzenanz Jun 1, 2018
dc24537
ENH: Merge pull request #13 from dzenanz/master
Jun 1, 2018
cc67e97
ENH: Add CI configuration files.
Jun 7, 2018
0cd1eb2
COMP: Fix Python wrapping
thewtex Jul 16, 2018
cd16b3d
ENH: Merge pull request #14 from jhlegarreta/AddCI
thewtex Jul 16, 2018
6480ced
BUG: Add missing ITK_TEMPLATE_EXPORT
thewtex Jul 18, 2018
6073ac8
ENH: Merge pull request #17 from InsightSoftwareConsortium/template-e…
thewtex Jul 18, 2018
436ea60
DOC: Add LICENSE file
thewtex Oct 1, 2018
5a9793f
STYLE: Use "typename" for template parameters.
jhlegarreta Oct 9, 2018
f5e71df
ENH: Merge pull request #20 from jhlegarreta/UseTypenameKeywordConsis…
jhlegarreta Oct 11, 2018
4443fbb
DOC: Re-use `README.rst` info in `itk-module.cmake`.
jhlegarreta Dec 22, 2018
3af39e9
COMP: Merge pull request #24 from jhlegarreta/ReuseREADMEInfoInModule…
jhlegarreta Dec 22, 2018
f8cfa38
ENH: Add RGB and RGBA support in Python
Mar 29, 2019
73ff865
ENH: Merge pull request #32 from fbudin69500/add_rgb_rgba_python_wrap…
Mar 29, 2019
e2815d5
STYLE: Prefer = default to explicitly trivial implementations
jhlegarreta Mar 24, 2019
d8d896b
DOC: Update copyright assignment to NumFOCUS
hjmjohnson Feb 19, 2020
22fd20f
STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE
mseng10 Oct 16, 2020
081a202
STYLE: Merge pull request #42 from mseng10/rename-disallow-copy-and-a…
hjmjohnson Dec 17, 2020
224c86a
ENH: fix the wrapping
dzenanz Jan 5, 2021
ba06d7f
COMP: Remove inclusion of .hxx files as headers
hjmjohnson Dec 17, 2021
1cc0400
ENH: Bump ITK and change http to https
tbirdso May 31, 2022
2b13436
STYLE: Merge pull request #54 from InsightSoftwareConsortium/bump_and…
tbirdso Jun 2, 2022
28522c1
COMP: Bump to minimum CMake 3.16.3
tbirdso Jul 6, 2022
4f88f09
BUG: Address Python notebook test failures
tbirdso Jan 5, 2023
5a6d1be
ENH: Merge pull request #70 from tbirdso/test-notebook
tbirdso Jan 19, 2023
6f9e8c8
BUG: Resolve CMP135 Warning
tbirdso Jan 20, 2023
2fb4b53
ENH: Merge pull request #71 from tbirdso/bump-workflow
tbirdso Jan 21, 2023
891b479
STYLE: Add itkVirtualGetNameOfClassMacro + itkOverrideGetNameOfClassM…
hjmjohnson Jan 26, 2025
bf40039
BUG: Fix test variable names for remote module
blowekamp Jan 27, 2026
7cbb25e
ENH: Convert from md5 to .cid tags.
hjmjohnson Apr 22, 2026
61019f9
ENH: Ingest ITKSplitComponents into Modules/Filtering
hjmjohnson May 5, 2026
9765a07
DOC: Add SplitComponents module README pointing at archived upstream
hjmjohnson May 5, 2026
7648945
COMP: Remove SplitComponents remote-fetch cmake (now in-tree)
hjmjohnson May 5, 2026
3de059a
ENH: Enable Module_SplitComponents in configure-ci pixi task
hjmjohnson May 5, 2026
dfcb7d2
BUG: Fix SplitComponentsImageFilter wrapping (Greptile review)
hjmjohnson May 5, 2026
4347ede
COMP: Drop dead cmake_minimum_required from SplitComponents CMakeLists
hjmjohnson May 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Modules/Filtering/SplitComponents/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
project(SplitComponents)

if(POLICY CMP135)
cmake_policy(SET CMP135 NEW)
endif()

# set(SplitComponents_LIBRARIES SplitComponents) # header-only module, so no libraries

itk_module_impl()
202 changes: 202 additions & 0 deletions Modules/Filtering/SplitComponents/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@

Apache License
Version 2.0, January 2004
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
41 changes: 41 additions & 0 deletions Modules/Filtering/SplitComponents/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# SplitComponents

In-tree ITK module providing `itk::SplitComponentsImageFilter` — a
filter that splits a vector / covariant-vector / symmetric-second-rank-
tensor image into one scalar component image per pixel-component.
Useful for visualising, post-processing, or independently filtering
the channels of multi-component images.

## Origin

Ingested from the standalone remote module
[**InsightSoftwareConsortium/ITKSplitComponents**](https://github.com/InsightSoftwareConsortium/ITKSplitComponents)
on 2026-05-05, at upstream commit
[`94fde65c`](https://github.com/InsightSoftwareConsortium/ITKSplitComponents/commit/94fde65cae6883c9a0f1508c37c501c2ad989cdd).
The upstream repository will be archived read-only after this PR
merges; it remains reachable at the URL above.

## What lives here

Per the v4 ingestion strategy (see
`Utilities/Maintenance/RemoteModuleIngest/INGESTION_STRATEGY_v4.md`),
only paths matching the narrow whitelist
(`Utilities/Maintenance/RemoteModuleIngest/whitelists/SplitComponents.list`)
crossed the merge boundary:

- `include/` — public C++ headers (header-only module; no `src/`).
- `test/` — CTest drivers and content-link stubs.
- `wrapping/` — Python wrapping descriptors.
- `CMakeLists.txt`, `itk-module.cmake` — module metadata.
- `LICENSE` — original Apache-2.0 license text.

Upstream-only artifacts (CI dashboards, packaging, `apps/`,
`article/`, `binder/`, `examples/`, `images/`, `.github/`,
`pyproject.toml`, etc.) were explicitly excluded; the upstream
commit graph and authorship history are otherwise preserved through
a `--no-ff --allow-unrelated-histories` Mode-A merge.

## Building

SplitComponents is enabled by default once `Module_SplitComponents=ON`
is set; in CI it is enabled via `pyproject.toml`'s `configure-ci` task.
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
/*=========================================================================
*
* Copyright NumFOCUS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef itkSplitComponentsImageFilter_h
#define itkSplitComponentsImageFilter_h

#include "itkFixedArray.h"
#include "itkImageToImageFilter.h"

namespace itk
{

/** \class SplitComponentsImageFilter
*
* \brief Extract components of an Image with multi-component pixels.
*
* This class extracts components of itk::Image of itk::Vector's
* itk::CovariantVector, itk::SymmetricSecondRankTensor, or other classes that
* have the same interface. The interface must implement ValueType operator[] (
* unsigned int ).
*
* It puts an image on every output corresponding to each component.
*
* \ingroup SplitComponents
*
* \sa VectorImageToImageAdaptor
* \sa Vector
* \sa CovariantVector
* \sa SymmetricSecondRankTensor
* \sa DiffusionTensor3D
* \sa NthElementImageAdaptor
*/
template <typename TInputImage, typename TOutputImage, unsigned int TComponents = TInputImage::ImageDimension>
class ITK_TEMPLATE_EXPORT SplitComponentsImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>
{
public:
ITK_DISALLOW_COPY_AND_MOVE(SplitComponentsImageFilter);

/** ImageDimension enumeration. */
static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
/** Components enumeration. */
static constexpr unsigned int Components = TComponents;

/** Image types. */
using InputImageType = TInputImage;
using OutputImageType = TOutputImage;
using InputPixelType = typename InputImageType::PixelType;
using OutputPixelType = typename OutputImageType::PixelType;
using OutputRegionType = typename OutputImageType::RegionType;

/** Standard class type alias. */
using Self = SplitComponentsImageFilter;
using Superclass = ImageToImageFilter<InputImageType, OutputImageType>;
using Pointer = SmartPointer<Self>;
using ConstPointer = SmartPointer<const Self>;

using ComponentsMaskType = FixedArray<bool, TComponents>;

/** Run-time type information (and related methods). */
itkOverrideGetNameOfClassMacro(SplitComponentsImageFilter);

/** Method of creation through the object factory. */
itkNewMacro(Self);

/** Set/Get the components mask. The mask is as long as the number of
* components, and only values in the mask that evaluate are true will be
* populated in the output. The default is all true. */
itkSetMacro(ComponentsMask, ComponentsMaskType);
itkGetConstReferenceMacro(ComponentsMask, ComponentsMaskType);

protected:
SplitComponentsImageFilter();
~SplitComponentsImageFilter() override = default;

/** Do not allocate outputs that we will not populate. */
void
AllocateOutputs() override;

void
DynamicThreadedGenerateData(const OutputRegionType & outputRegion) override;

private:
ComponentsMaskType m_ComponentsMask;
};

} // end namespace itk

#ifndef ITK_MANUAL_INSTANTIATION
# include "itkSplitComponentsImageFilter.hxx"
#endif

#endif
Loading
Loading