Skip to content

Warp image filter vector image support#9

Closed
jmichel-otb wants to merge 2 commits intoInsightSoftwareConsortium:masterfrom
jmichel-otb:WarpImageFilter-VectorImage-support
Closed

Warp image filter vector image support#9
jmichel-otb wants to merge 2 commits intoInsightSoftwareConsortium:masterfrom
jmichel-otb:WarpImageFilter-VectorImage-support

Conversation

@jmichel-otb
Copy link
Copy Markdown
Contributor

This new pull request is a revised version of gerrit issue http://review.source.kitware.com/#/c/20310/ , following Bradley Lowekamp comment.

I am still unable to push to gerrit through http with my account. Also note that I had to create another account (you can see two Julien Michel registered as reviewers to this topic) : I had an old account (before gerrit relying only on github ?), but I can not manage to login with it anymore (gerrit wants to go with github).

jmichel-otb and others added 2 commits October 26, 2015 17:54
This patch relates to issue InsightSoftwareConsortium#2895 ( https://issues.itk.org/jira/browse/ITK-2895#comment-27056 )

It is a straigthforward port of OTB patch provided by Julien Malik on his github page (see first comment)

Patch summary:
- In itkWarpImageFilter.h:
  - Replace HasNumericTraits concept checking on TInputImage::PixelType by checking on TInputImage::InternalPixelType, since HasNumericTraits will fail with VariableLengthVector as PixelType

- In itkWarpImageFilter.txx:
  - Changed instanciation of m_EdgePaddingValue member to avoid calling NumericTraits< PixelType >::Zero, which does not exist for VariableLengthVector
  - Add further initialization of m_EdgePaddingValue in BeforeThreadedGenerateData, so that it will generate a VariableLenghtVector of appropriate length if needed
  - Avoid calling DisplacementType::Dimension and use the GetLength method from NumericTraits instead, which will support both static and dynamic (VariableLengthVector) length

- In itkWarpImageFilterTest.cxx:
  - Added a simple test for template instanciation of WarpImageFilter using VectorImage for all three template parameters

Change-Id: I44fb183dd6a684a23312446b2bc2d62e7f8eff7b
@thewtex
Copy link
Copy Markdown
Member

thewtex commented Nov 4, 2015

Thanks. The new patch has been uploaded.

The old login system, Open-id based, no longer functions since most Open-id providers have dropped Open-id support. We added an account migration system that would associate your old account with the new OAuth login if the emails associated with each login (Open-id and GitHub) matched. Is your email julien.michel@orfeo-toolbox.org in your GitHub account profile?

@thewtex thewtex closed this Nov 4, 2015
kwrobot pushed a commit to Kitware/ITK that referenced this pull request Dec 14, 2016
Francois Budin (3):
      BUG: Wrap RGB, RGBA, and Vector images types
      ENH: Adding test for ITK images with RGB/RGBA/Vector pixels
      ENH: Adding conversion from VNL objects to Numpy objects

Matt McCormick (3):
      Merge pull request InsightSoftwareConsortium#9 from fbudin69500/WrapRGBRGBAVectorImages
      Merge pull request InsightSoftwareConsortium#10 from fbudin69500/Add_tests_for_RGB_RGBA_Vector_images
      Merge pull request InsightSoftwareConsortium#11 from fbudin69500/numpy_vnl_objects

Diff:
InsightSoftwareConsortium/ITKBridgeNumPy@9b5b17a...ab8df8c

Change-Id: Iffd201bb5b438cac64199bc969ba9b4ae44816e2
kwrobot pushed a commit to Kitware/ITK that referenced this pull request Dec 16, 2016
…tion

Alexander Schmidt-Richberg (1):
      BUG: Small bugs fixed to avoid compiler warnings (unsigned int and unused variable).

Francois Budin (6):
      ENH: Replacing test data with MD5
      STYLE: Improve style to pass KWStyle test
      DOC: Missing backslash in documentation
      COMP: Remove compilation warnings from Visual Studio
      COMP: Correct warning due to locally defined symbol
      Merge pull request InsightSoftwareConsortium#9 from fbudin69500/locally_defined_symbol

aschmiri (5):
      Merge pull request #3 from thewtex/doxygen-warnings
      Merge pull request #4 from fbudin69500/DOC_missing_backslash_in_documentation
      Merge pull request #5 from fbudin69500/ENH_replace_test_data_with_MD5
      Merge pull request #6 from fbudin69500/ImproveStyle
      Merge pull request InsightSoftwareConsortium#7 from fbudin69500/remove_VS_warning_cherry_picked

Change-Id: Ibb959bc84e01edb6c3b78e0984d9f029992ff5af
hjmjohnson pushed a commit that referenced this pull request Apr 28, 2026
BUG: Ensure factory is registered once.
hjmjohnson pushed a commit that referenced this pull request Apr 30, 2026
BUG: Fix test errors steming from the new multi-threading mechanism.
hjmjohnson pushed a commit that referenced this pull request Apr 30, 2026
ENH: Add CI configuration files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants