|
3 | 3 | Facial Recognition on Android using dlib and opencv |
4 | 4 | ============ |
5 | 5 |
|
6 | | -These samples demonstrate the vision API for detecting faces and barcodes. |
| 6 | +This app demonstrate realtime face detection, tracking and recognition based on predefined face vectors. |
7 | 7 |
|
8 | | -Introduction |
9 | | ------------- |
10 | | - |
11 | | -Pre-requisites |
12 | | --------------- |
13 | | - Android Play Services SDK level 26 or greater. |
14 | | - |
15 | | -Getting Started |
16 | | ---------------- |
17 | | -The samples build using Gradle in Android Studio. There is no special |
18 | | -configuration required. |
19 | | - |
20 | | -Support (Post Release) |
21 | | -------- |
22 | | - |
23 | | -For General questions and discussion on StackOverflow: |
24 | | -- Stack Overflow: http://stackoverflow.com/questions/tagged/android-vision |
25 | | - |
26 | | -If you've found an error in this sample, please file an issue: |
27 | | -https://github.com/googlesamples/android-vision/issues |
28 | | - |
29 | | -Patches are encouraged, and may be submitted by forking this project and |
30 | | -submitting a pull request through GitHub. |
31 | | - |
32 | | -License |
33 | | -------- |
34 | | - |
35 | | -Copyright 2015 Google, Inc. All Rights Reserved. |
36 | | - |
37 | | -Licensed to the Apache Software Foundation (ASF) under one or more contributor |
38 | | -license agreements. See the NOTICE file distributed with this work for |
39 | | -additional information regarding copyright ownership. The ASF licenses this |
40 | | -file to you under the Apache License, Version 2.0 (the "License"); you may not |
41 | | -use this file except in compliance with the License. You may obtain a copy of |
42 | | -the License at |
43 | | - |
44 | | - http://www.apache.org/licenses/LICENSE-2.0 |
45 | | - |
46 | | -Unless required by applicable law or agreed to in writing, software |
47 | | -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
48 | | -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
49 | | -License for the specific language governing permissions and limitations under |
50 | | -the License. |
| 8 | +============ |
0 commit comments