Click or drag to resize

IBitmapImageFindEdges2AsImage Method

Applies a 2nd order derivative kernel to the image to find edges.

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

Parameters

kernelType
Type: CohesiveComputing.ImagingEdgeKernelType
Edge kernel type.
kernel
Type: SystemInt32
Kernel data.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentExceptionIncorrect number of elements. - kernel
See Also