You are here: Start » AVL.NET » AVL.CropPixels(AvlNet.Image, float?, float?, AvlNet.Image)

AVL.CropPixels(AvlNet.Image, float?, float?, AvlNet.Image)

Sets pixels below the low value to the low value and above the high value to the high value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CropPixels(
	AvlNet.Image inImage,
	float? inLowValue,
	float? inHighValue,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inLowValue
Type: System.Nullable<System.Single>
The lower threshold for the image pixel values, or null.
inHighValue
Type: System.Nullable<System.Single>
The higher threshold for the image pixel values, or null.
outImage
Type: AvlNet.Image
Output image

See also