ImageEn, unit ievision

TIEVisionMath.transpose

TIEVisionMath.transpose


Declaration

procedure transpose(src: TIEVisionImage; dest: TIEVisionImage); safecall;


Description

Transpose a matrix.

Parameter Description
src Source image (matrix)
dest Container for the resulting image (matrix)