shapedetection module: Introduce basic structure for face detection
This CL introduces the basic structure of Shape Detection API, including
four classes:
Detector, FaceDetector, DetectedObject, DetectedFace (dictionaries are
not yet implemented)
and adds simple layout tests in shapedetection-creation.html to verify
corresponding constructors.
R=mcasas@chromium.org
BUG=
646083
Committed:
https://crrev.com/7ff48d8465a02e51ec7d76e789758006b96ff9b1
Cr-Commit-Position: refs/heads/master@{#421290}