Click or drag to resize
ImageToolsGraySobelHorizontal Method
Applies horizontal Sobel filter on a 8-bit gray scale image. The kernel size is 3x3.

Namespace: StreamCoders.Imaging
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static PictureMediaBuffer GraySobelHorizontal(
	PictureMediaBuffer inputBuffer
)

Parameters

inputBuffer
Type: StreamCodersPictureMediaBuffer
[in,out] If non-null, buffer for input data.

Return Value

Type: PictureMediaBuffer
null if it fails, else.
See Also