Android Studio(Java)로 Face-Detect App 실행
1.Android App에서 이미지를 불러와 Face-detect를 실행
-참고 https://codelabs.developers.google.com/codelabs/face-detection/index.html#0
Face Detection with the Mobile Vision API
With the release of Google Play services 7.8, you can now use new Mobile Vision APIs which provide new Face Detection APIs that find human faces in image and video better and faster than before, and which offer smart services such as understanding faces at
codelabs.developers.google.com
개발은 Android Studio에서 진행됩니다.
-app 실행 조건으로 저는 Android Studio 3.6,
이제 MainActivity에 대한 설명입니다.
이미지를 불러오고, 얼굴에는 빨간사각형을 그립니다. 후에 비트맵 변경처리를 원하는 사진에 대해서 control합니다.
현재 불러온 사진 이름은 'test'이다.