Click or drag to resize

IBitmapImageFindEdges Method

Finds the edges in the image. Returns an array where each element corresponds to a pixel.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
int[] FindEdges(
	EdgeKernelType kernelType,
	int[] kernel
)

Parameters

kernelType
Type: CohesiveComputing.ImagingEdgeKernelType
Type of the kernel.
kernel
Type: SystemInt32
The kernel.

Return Value

Type: Int32
Edges found in image.
See Also