Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
반응형
Archives
Today
Total
관리 메뉴

슈프림 블로그

[프로젝트] iOS 프로젝트 배경지식 준비 (Background media play, dlib 등) 본문

프로젝트

[프로젝트] iOS 프로젝트 배경지식 준비 (Background media play, dlib 등)

_슈프림 2020. 11. 8. 22:04
728x90

만들고 싶은 앱이 생겨서 배경지식을 공부해보려고 한다.

기본적으로 필요한 지식은 백그라운드 음악 재생과 얼굴 인식이다.

 

얼굴 인식은 영상에 등장하는 사람의 눈, 코, 입의 위치를 감지할 수 있는 수준으로 개발하고자 한다.

dlib이라는 C++ 머신러닝 모듈을 사용해보려고 한다.

 

iOS Development Tutorial: How to Build a Music Player App (Audio & Background Play)

www.youtube.com/watch?v=XR_rTofgcxU

Getting started with dlib on iOS

medium.com/@prabhu_irl/getting-started-with-dlib-on-ios-5e66d77380d

 

Getting started with dlib on iOS

dlib is a C++ machine learning library that is used to create powerful real world application. It is used in many computer vision and…

medium.com

Face Landmarking on iPhone

github.com/zweigraf/face-landmarking-ios

 

zweigraf/face-landmarking-ios

👦 Basic face landmarking on iPhone with Dlib via Swift & ObjC++ - zweigraf/face-landmarking-ios

github.com

 

반응형
Comments