You are here: Start » FIL.NET » Invoke.CompareImages_CVG
Compares two images tile by tile using one of several available methods.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CompareImages_CVG ( Fil.Image inImage1, Fil.Image inImage2, float inChromaAmount, float inValueAmount, float inGradientAmount, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage1 | Fil.Image | First input image. | ||
![]() | inImage2 | Fil.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 | Fil.Image | Output image. |