NonLinearTransformationInverseTransform Method (Image, Size2D, Point2D)

CVB.Net Documentation
Back-transform an image with this nonlinear transformation.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public Image InverseTransform(
	Image img,
	Size2D targetSize,
	Point2D targetOffset
)

Parameters

img
Type: Stemmer.CvbImage
Image to transform
targetSize
Type: Stemmer.CvbSize2D
Target size of the transformed image
targetOffset
Type: Stemmer.CvbPoint2D
Origin offset of the transformed image

Return Value

Type: Image
The transformed image.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this object or the img has been disposed.
ArgumentNullExceptionIf img is null.
See Also

Reference