Click or drag to resize

Covariance3By3SizeAndOrientationInterpolator Constructor (InterpolationAlgorithm, Int32, InterpolationAlgorithm, Int32, DateMotionCollection<Covariance3By3SizeAndOrientation, Covariance3By3Derivative>)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Covariance3By3SizeAndOrientationInterpolator(
	InterpolationAlgorithm sigmaInterpolationAlgorithm,
	int sigmaDegree,
	InterpolationAlgorithm rotationInterpolationAlgorithm,
	int rotationDegree,
	DateMotionCollection<Covariance3By3SizeAndOrientation, Covariance3By3Derivative> data
)

Parameters

sigmaInterpolationAlgorithm
Type: AGI.Foundation.NumericalMethods.Advanced.InterpolationAlgorithm
The interpolation algorithm to use to interpolate the sigma values of the matrices.
sigmaDegree
Type: System.Int32
The degree of interpolation to perform on the sigma values.
rotationInterpolationAlgorithm
Type: AGI.Foundation.NumericalMethods.Advanced.InterpolationAlgorithm
The interpolation algorithm to use to interpolate the rotation to the eigenspace of the covariance matrix.
rotationDegree
Type: System.Int32
The degree of interpolation to perform on the rotations.
data
Type: AGI.Foundation.DateMotionCollection<Covariance3By3SizeAndOrientation, Covariance3By3Derivative>
The data over which to interpolate.
See Also