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

AVL.UndistortImage_DivisionModel_Deprecated(AvlNet.Image, float, AvlNet.Point2D?, AvlNet.InterpolationMethod, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void UndistortImage_DivisionModel_Deprecated(
	AvlNet.Image inImage,
	float inKappa,
	AvlNet.Point2D? inCenter,
	AvlNet.InterpolationMethod inImageInterpolation,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
inKappa
Type: System.Single
inCenter
Type: System.Nullable<AvlNet.Point2D>
inImageInterpolation
Type: AvlNet.InterpolationMethod
outImage
Type: AvlNet.Image

Examples

Image undistortion with inKappa = 18.

Errors

Error type Description
DomainError Unknown interpolation method in UndistortImage_DivisionModel_Deprecated.

See also