Detect human body parts in objective c

asked 2015-11-30 01:16:38 -0600

Hello to all,

I am new bee in iOS. I am implementing an iOS app. I have to detect human body parts i.e eyes, lips, nose, chest and navel. I don't know anything about it. Please suggest me how can I achieve this in iOS.

Thanks in advance.

edit retag flag offensive close merge delete

Comments

First of all, OpenCV does not have an objective c implementation. It only has a C++ API besides Python and Android (Java). So you can only get an implementation working in that setup...

StevenPuttemans gravatar imageStevenPuttemans ( 2015-11-30 06:41:21 -0600 )edit