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, NullableRef<FilNet.Region> inRoi, FilNet.Pixel inRgbColor, float inChromaAmount, FilNet.Image outValueImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Unsigned color image used in comparison. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inRgbColor | FilNet.Pixel | Color to compare the image to. | ||
![]() | inChromaAmount | float | <0.0f, 1.0f> | 0.7f | Proportion of chromatic information in distance computation. Default value: 0.7f. |
![]() | outValueImage | FilNet.Image | Unsigned image of distances. |