Covariance3By3SizeAndOrientationInterpolatorSigmaInterpolationAlgorithm Property |
Gets or sets the interpolation algorithm used to interpolate the sigma values.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public InterpolationAlgorithm SigmaInterpolationAlgorithm { get; set; }
Public Property SigmaInterpolationAlgorithm As InterpolationAlgorithm
Get
Set
public:
property InterpolationAlgorithm^ SigmaInterpolationAlgorithm {
InterpolationAlgorithm^ get ();
void set (InterpolationAlgorithm^ value);
}
member SigmaInterpolationAlgorithm : InterpolationAlgorithm with get, set
Property Value
Type:
InterpolationAlgorithmSee Also