Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: VNImageBasedRequestMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
By default, a face landmarks request first locates all faces in the input image, then analyzes each to detect facial features.
If you've already located all the faces in an image, or want to detect landmarks in only a subset of the faces in the image, set the inputFaceObservations property to an array of VNFaceObservationMBS objects representing the faces you want to analyze. (You can either use face observations output by a VNDetectFaceRectanglesRequestMBS or manually create VNFaceObservation instances with the bounding boxes of the faces you want to analyze.)
Subclass of the VNImageBasedRequestMBS class.
Constant | Value | Description |
---|---|---|
VNRequestFaceLandmarksConstellation65Points | 1 |
A constellation with 65 points. |
VNRequestFaceLandmarksConstellation76Points | 2 |
A constellation with 76 points. |
VNRequestFaceLandmarksConstellationNotDefined | 0 |
An undefined constellation. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNDetectFaceCaptureQualityRequestMBS - VNDetectFaceRectanglesRequestMBS