WICG / shape-detection-api

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

cornerPoints in Text Detection API ? #31

Closed jeromeetienne closed 7 years ago

jeromeetienne commented 7 years ago

in the text detection section, i don't see the cornerPoints. is that on purpose ?

cornerPoints may be quite useful for image processing. For example we could track the blob in 2d on the subsequent images. possibly some pose estimation, if the size of the text image is known.

yell0wd0g commented 7 years ago

Hmm I see, we're providing the boundingBox only, whereas the API supports, at least in Android, the cornerPoints individualized (link). Adding cornerPoints sounds good to me, could you please submit a PR for it? (You can follow the way it's done for barcode detection, and compile locally as explained in https://github.com/WICG/shape-detection-api#notes-on-bikeshedding-bicyclist)

jeromeetienne commented 7 years ago

will do

yell0wd0g commented 7 years ago

Closing this per 23785c15f578cd442d655d138b616f04791a7f0a .

yell0wd0g commented 7 years ago

https://crbug.com/762172 tracks the implementation of this in Chrome.