-
Notifications
You must be signed in to change notification settings - Fork 1
Neighbourhood Potential
A Neighbourhood Potential is the combination of a raster with a kernel.
r := Potential(d,K) implies that
This is AKA Convolution. See also the Potential function and the Potential with kernel.
If we ignore the terms that are cut off at the borders, then
Note the similarity of this operation with the multiplication of two polynomials in two unknowns, take:
It follows that
R(x,y) = d(x,y) * K(x,y) if we ignore the terms that are cut off at the borders.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.