LAPLACE
- Performs a Laplacian convolution as an edge detector in a two-dimensional NDF
Description:
This routine calculates the Laplacian of the supplied two-dimensional NDF , and
subtracts it from the original array to create the output NDF. The
subtractions can be done a specified integer number of times.
This operation can be approximated by a convolution with the kernel:
where N is the integer number of times the Laplacian is
subtracted. This convolution is used as a uni-directional edge
detector. Areas where the input data array is flat become zero
in the output data array.