Skip to content

Add a filter for shannon entropy calculation of a field

caseywang777 requested to merge caseywang777/vtk-m:master into master

Add the filter (vtkm/filter/Entropy.h and vtkm/filter/Entropy.hxx), and worklet (vtkm/worklet/FieldEntropy.h) to compute entropy of an input field. An unit test (UnitTestEntropyFilter.cxx) for the filter is also added.

Merge request reports