Declaration
procedure transform(src: TIEVisionImage; dest: TIEVisionImage; transfMatrix: TIEVisionImage); overload; safecall;
Description
Perform a matrix transformation of every image element.
Parameter | Description |
src | Source image (matrix) |
dest | Container for the resulting image (matrix) |
transfMatrix | Transformation 2x2 or 2x3 floating-point matrix |