Share via


CNObjectTracker.FindObject(CGPoint, CVPixelBuffer) Method

Definition

[Foundation.Export("findObjectAtPoint:sourceImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Cinematic.CNBoundsPrediction? FindObject(CoreGraphics.CGPoint point, CoreVideo.CVPixelBuffer sourceImage);
[<Foundation.Export("findObjectAtPoint:sourceImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindObject : CoreGraphics.CGPoint * CoreVideo.CVPixelBuffer -> Cinematic.CNBoundsPrediction
override this.FindObject : CoreGraphics.CGPoint * CoreVideo.CVPixelBuffer -> Cinematic.CNBoundsPrediction

Parameters

point
CGPoint
sourceImage
CVPixelBuffer

Returns

Attributes

Applies to