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
Input value inImage1 Image First input image
Input value inImage2 Image Second input image
Input value inChromaAmount float 0.0 - 0.6 Proportion of chromatic information in output image
Input value inValueAmount float 0.0 - 0.3 Proportion of value information in output image
Input value inGradientAmount float 0.0 - 0.1 Proportion of gradient information in output image
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.