Check specified blob and decide if should be kept or not.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
bool Check(
	Blob blob
)

Parameters

blob
Type: AForge.Imaging..::.Blob
Blob to check.

Return Value

Return trueTruetruetrue (True in Visual Basic) if the blob should be kept or falseFalsefalsefalse (False in Visual Basic) if it should be removed.

See Also