Click or drag to resize
SoResampleElasticProcessing2dExtrapolationTypes Enumeration

The type of extrapolation used.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ExtrapolationTypes
Members
  Member nameValueDescription
PADDING_VALUE0

A constant value is used for extrapolation.

NEAREST_VALUE1

The value of the nearest point is used for extrapolation.

Remarks