-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ColorSpace: make image_data and shape_detector to support more data type
After the cl, Merge ImageData::data_union into ImageData::data. Some code assume the data type is uint8 array and the size per pixel is 4. I left some TODOs in the code to address all the remaining problems. This cl addresses all issues in image_data and shape_detector. ref cl: https://chromium-review.googlesource.com/c/chromium/src/+/2379653 Bug: 1115317 Change-Id: If46ea1cc6986d8e2c1e4b40e8f98ecd55b31d9dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437606 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Fernando Serboncini <fserb@chromium.org> Reviewed-by: Aaron Krajeski <aaronhk@chromium.org> Reviewed-by: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#815886} GitOrigin-RevId: 2c61200a15ab2d8cc93bf37be739c7a6460039a1
- Loading branch information
1 parent
2958dc4
commit 7ec753d
Showing
3 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters