Converts the input images to a grayscale image that contains object edges from
the input image using a Laplace filter kernel.
- input (Bitmap)
- An image.
A grayscale image containing object edges.
By default the LaplaceKernel5x5 is used as the filter kernel,
unless the image with or height is smaller than 5 pixels; in that case
the LaplaceKernel3x3 is used instead.
| Exception | Condition |
|---|---|
| ArgumentNullException | If input is null. |
| ArgumentException | If the input image is not
a grayscale image and cannot
be converted to Format24bppRgb pixel format (i.e. if
it is no color image in a 32 bit format). |
