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


