Field3D
|
Contains functions for resampling fields. More...
Go to the source code of this file.
Classes | |
struct | BoxFilter |
struct | Filter |
struct | GaussianFilter |
struct | MaxFilter |
struct | MinFilter |
struct | MitchellFilter |
struct | TriangleFilter |
Namespaces | |
namespace | detail |
Contains functions for resampling fields.
Definition in file Resample.h.
FIELD3D_NAMESPACE_OPEN bool resample | ( | const Field_T & | src, |
Field_T & | tgt, | ||
const V3i & | newRes, | ||
const FilterOp_T & | filter ) |
Resamples the source field into the target field, such that the new data window is @dataWindow.
Definition at line 560 of file Resample.h.
References FIELD3D_MTX_T, and detail::separableResample().
Referenced by makeMinMax().
Resamples the source field into the target field, such that the new data window is @dataWindow.
Definition at line 560 of file Resample.h.
References FIELD3D_MTX_T, and detail::separableResample().
Referenced by makeMinMax().