finger nails detection iOS

asked 2017-10-30 11:27:43 -0600

Machete gravatar image

I have successfully trained and created a haar cascade xml for nails detection.

Now i need to implement it in my iOS project.I have added OpenCv framework but have no idea how to proceed with the detection process. Can someone please guide me in the right direction? I need to detect nails in a given image.

I need to add a rectangle or circle on the nail in a hand image. Please let me know if anyone has worked or know how to proceed with the detection. Thanks.

edit retag flag offensive close merge delete

Comments

Before putting it on an iOS device, why not run it first to determine its accuracy? Python tutorial and C++ tutorial. Since it's going to be used in an iOS device then the C++ tutorial will be more relevant

eshirima gravatar imageeshirima ( 2017-10-30 15:06:58 -0600 )edit

Hi, Is it possible to look at the haar cascade xml for nails detection?

brteam gravatar imagebrteam ( 2018-01-17 13:12:52 -0600 )edit