Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Spatial Transforms Deprecated » UndistortImage_DivisionModel_Deprecated
UndistortImage_DivisionModel_Deprecated
Applies division model lens distortion to an image.
Syntax
C++
C#
void avl::UndistortImage_DivisionModel_Deprecated ( const avl::Image& inImage, const atl::real& inKappa, const atl::Optional<avl::Point2D>& inCenter, avl::InterpolationMethod::Type inImageInterpolation, avl::Image& outImage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
inKappa | const real& | ||
![]() |
inCenter | const Optional<Point2D>& | NIL | |
![]() |
inImageInterpolation | InterpolationMethod::Type | ||
![]() |
outImage | Image& | Output image |
Examples
![]() |
![]() |
Image undistortion with inKappa = 18.
Errors
| Error type | Description |
|---|---|
| DomainError | Unknown interpolation method in UndistortImage_DivisionModel_Deprecated. |




