Covariance3By3SizeAndOrientationInterpolator.SigmaInterpolationAlgorithm 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
InterpolationAlgorithm
See Also