You are here: Start » AVL.NET » AVL.ThresholdToRegion_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, AvlNet.Region)

AVL.ThresholdToRegion_HSx(AvlNet.Image, AvlNet.HSxColorModel, int, int, int?, int?, AvlNet.Region)

Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ThresholdToRegion_HSx(
	AvlNet.Image inRgbImage,
	AvlNet.HSxColorModel inColorModel,
	int inBeginHue,
	int inEndHue,
	int? inMinSaturation,
	int? inMinBrightness,
	out AvlNet.Region outRegion
)

Parameters

inRgbImage
Type: AvlNet.Image
inColorModel
Type: AvlNet.HSxColorModel
Selected color model
inBeginHue
Type: System.Int32
Lowest acceptable Hue; if higher than inEndHue, then range wrapping is used
inEndHue
Type: System.Int32
Highest acceptable Hue, if lower than inBeginHue, then range wrapping is used
inMinSaturation
Type: System.Nullable<System.Int32>
inMinBrightness
Type: System.Nullable<System.Int32>
Minimum brightness; denotes V, L or I, depending on inColorModel, or null.
outRegion
Type: AvlNet.Region
Output region

Remarks

See full override for more details.

See also