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

AVS.ResaturateImage Method

Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ResaturateImage
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	float inLowValue,
	float inHighValue,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inLowValuefloat64.0fThe value that will be changed to minimum (usually 0). Default value: 64.0f.
inHighValuefloat192.0fThe value that will be changed to maximum (usually 255). Default value: 192.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also