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

AVL.UndistortImage_DivisionModel(AvlNet.Image, float, AvlNet.InterpolationMethod, AvlNet.Image)

Applies division model lens distortion to an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void UndistortImage_DivisionModel(
	AvlNet.Image inImage,
	float inKappa,
	AvlNet.InterpolationMethod inImageInterpolation,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inKappa
Type: System.Single
inImageInterpolation
Type: AvlNet.InterpolationMethod
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also