Click or drag to resize
Accord.NET (logo)

IBlobsFilterCheck Method

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

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
bool Check(
	Blob blob
)
Request Example View Source

Parameters

blob
Type: Accord.ImagingBlob
Blob to check.

Return Value

Type: Boolean
Return if the blob should be kept or if it should be removed.
See Also