vtk-m/vtkm/filter/image_processing
Kenneth Moreland 4064a3bd06 Allow ComputeMoments to operate on any scalar field
Previously, the `ComputeMoments` filter only operated on a finite set of
array types as its input field. This included a prescribed list of `Vec`
sizes for the input. The filter has been updated to use more generic
interfaces to the field's array (and float fallback) to enable the
computation of moments on any type of scalar field.
2023-06-05 08:44:03 -04:00
..
testing adapt pixel wrongnes ratio 2023-06-01 15:41:39 +02:00
worklet Allow ComputeMoments to operate on any scalar field 2023-06-05 08:44:03 -04:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
ComputeMoments.cxx Allow ComputeMoments to operate on any scalar field 2023-06-05 08:44:03 -04:00
ComputeMoments.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
ImageDifference.cxx Change all usage of IsField* to Is*Field. 2022-08-29 14:42:02 -04:00
ImageDifference.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
ImageMedian.cxx Change all usage of IsField* to Is*Field. 2022-08-29 14:42:02 -04:00
ImageMedian.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
vtkm.module add render test for moments 2023-05-26 14:08:57 +02:00