Click or drag to resize
BlobCounterProcess Method
Attempts to find blobs in a picture.

Namespace: StreamCoders.Imaging
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<Blob> Process(
	PictureMediaBuffer Data
)

Parameters

Data
Type: StreamCodersPictureMediaBuffer
Input buffer containing a gray scale picture.

Return Value

Type: ListBlob
Returns a list of rectangles marking the minimum and maximum extends of the collected data points.
See Also