| PCAEigenvalues Property |
eigenvalues of the covariation matrix
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat Eigenvalues { get; }
Public ReadOnly Property Eigenvalues As Mat
Get
public:
property Mat^ Eigenvalues {
Mat^ get ();
}
member Eigenvalues : Mat with get
Property Value
Type:
MatSee Also