You are here: Start » AVL.NET » Invoke.SubtractImages_Signed

Invoke.SubtractImages_Signed

Subtracts two images pixel by pixel. The result is signed.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SubtractImages_Signed
(
	Avl.Image inImage1,
	Avl.Image inImage2,
	Optional<Avl.Region> inRoi,
	float inScale,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImage1Avl.ImageFirst input image.
inImage2Avl.ImageSecond input image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inScalefloat1.0fOutput image scaling factor. Default value: 1.0f.
outImageAvl.ImageOutput image.

See also