Skip to content

[WIP] Add structural similarity index measure image filter#6031

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/add-structural-similarity-filter
Draft

[WIP] Add structural similarity index measure image filter#6031
Copilot wants to merge 1 commit intomainfrom
copilot/add-structural-similarity-filter

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 9, 2026

  • Explore codebase patterns (ImageCompare module, MeanImageFilter, BoxImageFilter, GTest patterns)
  • Create itkStructuralSimilarityImageFilter.h header
  • Create itkStructuralSimilarityImageFilter.hxx template implementation
  • Create itkStructuralSimilarityImageFilter.wrap for Python wrapping
  • Add GTest: itkStructuralSimilarityImageFilterGTest.cxx
  • Update test/CMakeLists.txt with GTest registration
  • Build and verify compilation
  • Run tests to validate correctness
  • Run parallel validation

Copilot AI linked an issue Apr 9, 2026 that may be closed by this pull request
Copilot AI requested a review from dzenanz April 9, 2026 20:44
Copilot stopped work on behalf of dzenanz due to an error April 9, 2026 21:28
@dzenanz dzenanz force-pushed the copilot/add-structural-similarity-filter branch from abeb041 to a173b9d Compare April 9, 2026 21:37
@github-actions github-actions bot added type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots area:Python wrapping Python bindings for a class type:Testing Ensure that the purpose of a class is met/the results on a wide set of test cases are correct area:Filtering Issues affecting the Filtering module labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Filtering Issues affecting the Filtering module area:Python wrapping Python bindings for a class type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots type:Testing Ensure that the purpose of a class is met/the results on a wide set of test cases are correct

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Structural similarity index measure image filter

2 participants