TIEVisionMath.calcCovarMatrix
Declaration
procedure calcCovarMatrix(images: TIEVisionVectorImageRef; covMat: TIEVisionImage; avg: TIEVisionImage; flags: TIEVisionCovarFlags); safecall;
Description
Calculate the covariant matrix of specified images (matrices).
Parameter | Description |
images | A list of images of the same size |
covMat | Output covariant matrix |
avg | Average of all input matrices |
flags | Oprational flags |