반응형
[android] face detect and cropper |
-
https://github.com/lafosca/AndroidFaceCropper
-
아래와 같이 간단한 코드로 얼굴을 detect 해서 crop 한 결과를 전달해주는 open source.
FaceCropper mFaceCropper = new FaceCropper();
mFaceCropper.getCroppedImage(source);
-
얼굴 detect 를 어떻게 했을까?
OpenCL 을 사용했을까 아니면 C 라이브러리를 사용했을까 궁금해하며 소스를 봤는데...
안드로이드 자체에 FaceDetector 라는 녀석이 있었다. 오호?
http://developer.android.com/reference/android/media/FaceDetector.html
-
Open source 보다 custom 한 face detect 설정을 사용하려면 FaceDetector 를 직접 사용해서 구현하면 되고,
간단한 기능 구현을 하려면 그냥 위의 open source 를 사용해도 되겠다.
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] VideoView 를 사용하는 경우 progress hide timing. (0) | 2015.12.10 |
---|---|
[android] 강추 Graph open source library (0) | 2015.12.09 |
[android] webview 에서 파일 업로드하기 (0) | 2015.12.07 |
[android] authenticator 관련 Tutorial (0) | 2015.12.05 |
[android] tv 앱 기본설정 (0) | 2015.12.04 |
댓글