You are here: Start » AVL.NET » AVL.LogarithmImage(AvlNet.ImagePointTransformsState, AvlNet.Image, AvlNet.Region, float?, float, bool, AvlNet.Image)

AVL.LogarithmImage(AvlNet.ImagePointTransformsState, AvlNet.Image, AvlNet.Region, float?, float, bool, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LogarithmImage(
	ref AvlNet.ImagePointTransformsState ioState,
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	float? inScale,
	float inOffset,
	bool inNormalizeZero,
	out AvlNet.Image outImage
)

Parameters

ioState
Type: AvlNet.ImagePointTransformsState
inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
inScale
Type: System.Nullable<System.Single>
inOffset
Type: System.Single
inNormalizeZero
Type: System.Boolean
outImage
Type: AvlNet.Image

See also