VNImageHomographicAlignmentObservation.WarpTransform Property

Definition

Gets or sets the non-affine transformation.

public virtual OpenTK.NMatrix3 WarpTransform { [Foundation.Export("warpTransform", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setWarpTransform:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.WarpTransform : OpenTK.NMatrix3 with get, set

Property Value

Attributes

Remarks

The returned matrix is not an affine transform and therefore cannot be applied directly to a 2D image. For display in a UIView (such as a UIImageView), developers may use this matrix on the Layer object's Transform property after converting it to a CATransform3D.

Applies to