Ask Your Question

mr.naseem's profile - activity

2016-03-31 04:56:23 -0600 commented question unsupervised clustering of faces from a video

i have tried detecting faces using Haar cascade and then classifying the faces using kmeans algorithm on their histogram..

2016-03-10 01:28:04 -0600 asked a question unsupervised clustering of faces from a video

I am trying to make a database of faces from a video sample offline. It should crop out an individual and put the same individual in specific folders from all the frames. SO basically the question is classification of all the faces into folders captured in video.

More than one approach is welcome.