WICG / shape-detection-api

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

Support QR code detection #5

Closed huningxin closed 8 years ago

huningxin commented 8 years ago

iOS

CIQRCodeFeature

Android

com.google.android.gms.vision.barcode.Barcode: not only QR code but also 1D bar code

yellowdoge commented 8 years ago

@huningxin please take a look and comment or close this issue if applicable, thanks!!

huningxin commented 8 years ago

@miguelao , thanks for this PR. I am currently on vacation. If you don't mind, I can take a look early next week.

huningxin commented 8 years ago

@miguelao , your change LGTM with a typo. I fixed it in PR: https://github.com/WICG/shape-detection-api/pull/9. Please take a look. I will close this issue after the typo fixed. Thanks!

huningxin commented 8 years ago

BarcodeDetector has been added. Close this issue.