BlobFilterBuilderWithWidthFilter Method

CVB.Net Documentation
Adds a width filter.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public BlobFilterBuilder WithWidthFilter(
	int min,
	int max
)

Parameters

min
Type: SystemInt32
Minimal width (inclusive) in pixels.
max
Type: SystemInt32
Maximal width (inclusive) in pixels.

Return Value

Type: BlobFilterBuilder
Reference to this object.
See Also

Reference