Method
VipsImagematrixinvert
Declaration [src]
int
vips_matrixinvert (
VipsImage* m,
VipsImage** out,
...
)
Description [src]
This operation calculates the inverse of the matrix represented in m
.
The scale and offset members of the input matrix are ignored.
See also: vips_matrixload().
This method is not directly available to language bindings. |
Parameters
out |
VipsImage |
Output matrix. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
... |
|
|