Skip to content

vtkImageDifference improvements

Mathieu Westphal (Kitware) requested to merge mwestphal/vtk:imageDiff into master

Improve vtkImageDifference

  • Support for [1-4] components instead of only 3, using std::array
  • Modernization of the class

Merge request reports