Calculates the zero normalized cross correlation (ZNCC) coefficient between two SAR-class
objects.
This method also works for RasterLayer-class
objects. The maximum ZNCC value determines disparity.
1 2 3 4 5 6 7 8 |
master |
|
slave |
|
u1 |
Integer. Column, i.e. y coordinate of master pixel. |
v1 |
Integer. Row, i.e. x coordinate of master pixel. |
u2 |
Integer. Column, i.e. y coordinate of slave pixel. |
v2 |
Integer. Row, i.e. x coordinate of slave pixel. |
n |
Integer. (Window size-1)/2 in x direction. |
m |
Integer. (Window size-1)/2 in y direction. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.