WICG / shape-detection-api

Detection of shapes (faces, QR codes) in images
https://wicg.github.io/shape-detection-api
Other
303 stars 35 forks source link

Feature detection for supported LandmarkTypes #53

Open reillyeon opened 5 years ago

reillyeon commented 5 years ago

As with supportedFormats on the BarcodeDetector object the FaceDetector object should have a supportedLandmarks property for feature detecting which landmark types can be detected by the implementation.

tomayac commented 5 years ago

As motivated in https://github.com/WICG/shape-detection-api/issues/54, this should probably be a static method getSupportedLandmarks and not a property.