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

FIS.ColorDistanceImage Method

Compares each pixel with the specified color using chromatic and non-chromatic information.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ColorDistanceImage
(
	FilNet.Image inImage,
	FilNet.Pixel inRgbColor,
	float inChromaAmount,
	FilNet.Image outValueImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageUnsigned color image used in comparison.
inRgbColorFilNet.PixelColor to compare the image to.
inChromaAmountfloat<0.0f, 1.0f>0.7fProportion of chromatic information in distance computation. Default value: 0.7f.
outValueImageFilNet.ImageUnsigned image of distances.

Function Overrides

See also