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