Converts the input images to a grayscale image that contains object edges from
the input image.
- input (Bitmap)
- An image.
A grayscale image containing object edges.
This method is equivalent to DetectEdgesLaplace(Bitmap).
| 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). |
