PointCloudExtensionsCalculateCovarianceMatrix Method

CVB.Net Documentation
Calculates the covariance matrix of the point cloud.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Matrix3D CalculateCovarianceMatrix(
	this PointCloud pc
)

Parameters

pc
Type: Stemmer.CvbPointCloud
PointCloud whose covariance matrix to calculate.

Return Value

Type: Matrix3D
The covariance matrix.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PointCloud. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions

ExceptionCondition
CvbExceptionWhen calculating the covariance matrix failed.
See Also

Reference