Computes the dot product of each pair of 1-D arrays in the bands of the input images.
Usage | Returns |
---|---|
Image.arrayDotProduct(image2) | Image |
Argument | Type | Details |
---|---|---|
this: image1 | Image | First array image of 1-D vectors. |
image2 | Image | Second array image of 1-D vectors. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!