SoPolylineResamplerApproximation3dInterpolationModes Enumeration |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry
Member name | Value | Description | |
---|---|---|---|
LINEAR | 0 | Linear interpolation mode (default). | |
CUBIC | 1 | Cubic interpolation mode. | |
CATMULLROM | 2 | Cubic interpolation using Paul Breeuwsma coefficients (Catmull-Rom spline) mode. |