CompareImages_CVG
Compares two images tile by tile using one of several available methods.
Syntax
C++
C#
Python
def CompareImages_CVG( inImage1: Image, inImage2: Image, outImage: Image, /, *, inChromaAmount: float = 0.6, inValueAmount: float = 0.3, inGradientAmount: float = 0.1 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage1 | Image | First input image | ||
![]() |
inImage2 | Image | Second input image | ||
![]() |
inChromaAmount | float | 0.0 - ![]() |
0.6 | Proportion of chromatic information in output image |
![]() |
inValueAmount | float | 0.0 - ![]() |
0.3 | Proportion of value information in output image |
![]() |
inGradientAmount | float | 0.0 - ![]() |
0.1 | Proportion of gradient information in output image |
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.



