SoSurfaceUnfoldingProcessing3dInterpolationTypes Enumeration |
This enum defines the type of interpolation used.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry
Member name | Value | Description | |
---|---|---|---|
NEAREST | 0 | The assigned value is the value of the nearest point in the input image. | |
LINEAR | 1 | A tri-linear interpolation is used to compute the output image. |