You are here: Start » FIL.NET » FIS.SegmentImage_Color Method

FIS.SegmentImage_Color Method

Segments an image basing on distance to model colors.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentImage_Color
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	IList<FilNet.Pixel> inReferenceColors,
	float inMaxDifference,
	NullableRef<IList<float>> inDifferenceMultipliers,
	float inChromaAmount,
	bool inForceDisjointRegions,
	IList<FilNet.Region> outRegions
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inReferenceColorsSystem.Collections.Generic.IList<FilNet.Pixel>Colors to compare pixels to.
inMaxDifferencefloat<0.0f, INF>5.0fMaximal difference between pixel and reference color to be accepted. Default value: 5.0f.
inDifferenceMultipliersFilNet.NullableRef<System.Collections.Generic.IList<float>>Scales for maximum differences for each color. Default value: ftl::NIL.
inChromaAmountfloat<0.0f, 1.0f>0.7fProportion of chromatic information in distance computation. Default value: 0.7f.
inForceDisjointRegionsboolForce output regions to be disjoint.
outRegionsSystem.Collections.Generic.IList<FilNet.Region>Regions of pixels closest to colors.

Function Overrides

See also