CNObjectTracker.FindObject(CGPoint, CVPixelBuffer) Method
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.
[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