ARFrame.RawFeaturePoints Property

Definition

The ARPointCloud of the current frame..

public virtual ARKit.ARPointCloud RawFeaturePoints { [Foundation.Export("rawFeaturePoints", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.RawFeaturePoints : ARKit.ARPointCloud

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

This property represents the notable features detected in the frame. These features are not necessarily stable between frames.

This is the same data as is presented in ARSCNView when ShowFeaturePoints is true.

Applies to