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'이다.





'3.5기(200104~) > 출석체크 팀' 카테고리의 다른 글
FaceNet: A Unified Embedding for Face Recognition and Clustering 논문 리뷰 (0) | 2020.04.25 |
---|---|
Tensorflow Object Detection api 코드분석 (0) | 2020.04.11 |
구글 클라우드 컴퓨팅을 이용한 웹 서버 구축하기-워드프레스 (word press) 설치/도메인 연결하기 (1) | 2020.03.28 |
얼굴인식 출결 체크 팀 4주차. Flask를 이용한 웹사이트 구축 (0) | 2020.03.28 |
Colab에서 tensorflow ObjectDetection API를 이용해서 Object Detection을 trasnfer learning 해보자. (0) | 2020.03.21 |