Chromium Code Reviews
DescriptionShape Detection: use Google Play services Face detection where available
This CL adds support for Face Detection using Google Play Services
in FaceDetectionImplGmsCore.
FaceDetectionProviderImpl will create a GMSCore detector if and
when GMS Core is available, falling back to android.media.FaceDetector
otherwise.
Also the common code dealing with transforming a SharedBufferHandle
into a Frame is moved to SharedBufferUtils.java, convertToFrame(),
and the calls sites refactored.
BUG=718693, 720019
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.mac:mac_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2868883003
Cr-Commit-Position: refs/heads/master@{#470585}
Committed: https://chromium.googlesource.com/chromium/src/+/7f4fc07c75a0a3908059deb0dae280eafa0bb1da
Patch Set 1 #Patch Set 2 : Added landmark retrieval #Patch Set 3 : Extracted SharedMemory-->Frame conversion #
Total comments: 4
Patch Set 4 : reillyg@s comments #
Total comments: 2
Patch Set 5 : reillyg@ nit and filling faceArray[i].landmarks in FaceDetectionImpl.java #
Total comments: 3
Messages
Total messages: 38 (20 generated)
|