Computes the determinant of the matrix.
Usage | Returns |
---|---|
Image.matrixDeterminant() | Image |
Argument | Type | Details |
---|---|---|
this: value | Image | The image to which the operation is applied. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!