You are here: Start » AVL.NET » AVS.DivideImages Method

AVS.DivideImages Method

Divides two images pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DivideImages
(
	AvlNet.Image inImage1,
	AvlNet.Image inImage2,
	NullableRef<AvlNet.Region> inRoi,
	float inScale,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst input image.
inImage2AvlNet.ImageSecond input image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inScalefloat1.0fOutput image scaling factor. Default value: 1.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also