VNImageHomographicAlignmentObservation.WarpTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.