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

AVS.MaximumImage Method

Creates an image from the higher pixel values of each corresponding pair.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MaximumImage
(
	AvlNet.Image inImage1,
	AvlNet.Image inImage2,
	NullableRef<AvlNet.Region> inRoi,
	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.
outImageAvlNet.ImageOutput image.

Function Overrides

See also