Beispiel #1
0
 public global::Windows.Foundation.IAsyncAction MapAllPixelsToTargetAsync(global::Windows.Devices.Perception.PerceptionDepthFrame depthFrame, global::Windows.Foundation.Point[] targetCoordinates)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction PerceptionDepthCorrelatedCoordinateMapper.MapAllPixelsToTargetAsync(PerceptionDepthFrame depthFrame, Point[] targetCoordinates) is not implemented in Uno.");
 }
Beispiel #2
0
 public void MapPixelsToTarget(global::Windows.Foundation.Point[] sourceCoordinates, global::Windows.Devices.Perception.PerceptionDepthFrame depthFrame, global::Windows.Foundation.Point[] results)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Devices.Perception.PerceptionDepthCorrelatedCoordinateMapper", "void PerceptionDepthCorrelatedCoordinateMapper.MapPixelsToTarget(Point[] sourceCoordinates, PerceptionDepthFrame depthFrame, Point[] results)");
 }
Beispiel #3
0
 public global::Windows.Foundation.Point MapPixelToTarget(global::Windows.Foundation.Point sourcePixelCoordinate, global::Windows.Devices.Perception.PerceptionDepthFrame depthFrame)
 {
     throw new global::System.NotImplementedException("The member Point PerceptionDepthCorrelatedCoordinateMapper.MapPixelToTarget(Point sourcePixelCoordinate, PerceptionDepthFrame depthFrame) is not implemented in Uno.");
 }
Beispiel #4
0
 public global::Windows.Foundation.IAsyncAction UnprojectAllPixelsAtCorrelatedDepthAsync(global::Windows.Devices.Perception.PerceptionDepthFrame depthFrame, global::System.Numerics.Vector3[] results)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction PerceptionDepthCorrelatedCameraIntrinsics.UnprojectAllPixelsAtCorrelatedDepthAsync(PerceptionDepthFrame depthFrame, Vector3[] results) is not implemented in Uno.");
 }
Beispiel #5
0
 public void UnprojectPixelsAtCorrelatedDepth(global::Windows.Foundation.Point[] sourceCoordinates, global::Windows.Devices.Perception.PerceptionDepthFrame depthFrame, global::System.Numerics.Vector3[] results)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Devices.Perception.PerceptionDepthCorrelatedCameraIntrinsics", "void PerceptionDepthCorrelatedCameraIntrinsics.UnprojectPixelsAtCorrelatedDepth(Point[] sourceCoordinates, PerceptionDepthFrame depthFrame, Vector3[] results)");
 }
Beispiel #6
0
 public global::System.Numerics.Vector3 UnprojectPixelAtCorrelatedDepth(global::Windows.Foundation.Point pixelCoordinate, global::Windows.Devices.Perception.PerceptionDepthFrame depthFrame)
 {
     throw new global::System.NotImplementedException("The member Vector3 PerceptionDepthCorrelatedCameraIntrinsics.UnprojectPixelAtCorrelatedDepth(Point pixelCoordinate, PerceptionDepthFrame depthFrame) is not implemented in Uno.");
 }