You are here: Start » FIL.NET » FIS.CompareImages_CVG Method
FIS.CompareImages_CVG Method
Compares two images tile by tile using one of several available methods.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CompareImages_CVG ( FilNet.Image inImage1, FilNet.Image inImage2, float inChromaAmount, float inValueAmount, float inGradientAmount, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage1 | FilNet.Image | First input image. | ||
![]() | inImage2 | FilNet.Image | Second input image. | ||
![]() | inChromaAmount | float | <0.0f, INF> | 0.6f | Proportion of chromatic information in output image. Default value: 0.6f. |
![]() | inValueAmount | float | <0.0f, INF> | 0.3f | Proportion of value information in output image. Default value: 0.3f. |
![]() | inGradientAmount | float | <0.0f, INF> | 0.1f | Proportion of gradient information in output image. Default value: 0.1f. |
![]() | outImage | FilNet.Image | Output image. |