Declaration
procedure eigenVV(evects: TIEVisionImage; evals: TIEVisionImage); safecall;
Description
Calculate the eigen values and eigen vectors of a symmetric image (matrix).
Parameter | Description |
evects | Output container for the eigen vectors |
evals | Output container for the eigen values |