Returns the eigenvectors of this LDA.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Mat Eigenvectors()
Public Function Eigenvectors As Mat
public:
Mat^ Eigenvectors()
member Eigenvectors : unit -> Mat 
Return Value
Type: 
Mat See Also
See Also