Discussion:
LBP Histogram Dimension
Goutham
2015-05-01 05:20:32 UTC
Permalink
Hi all,
I would like to make a face recogniser using LBP and i prefer mahotas.But
in mahotas the LBP method gives a vector size of 36 instead of 59.I have
read the previous post regarding this,but i didn't get that.And by using
these 36 vectors how can i do face recognition.I prefer SVM for
training.Any suggestions?
Thanks :)
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Luis Pedro Coelho
2015-05-02 19:01:29 UTC
Permalink
Post by Goutham
Hi all,
I would like to make a face recogniser using LBP and i prefer mahotas.But
in mahotas the LBP method gives a vector size of 36 instead of 59.I have
read the previous post regarding this,but i didn't get that.And by using
these 36 vectors how can i do face recognition.I prefer SVM for
training.Any suggestions?
My suggestion is that you feed those 36 dimensional vectors to an SVM.
--
Luis Pedro Coelho | EMBL | http://luispedro.org
My blog: http://metarabbit.wordpress.com
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Goutham
2015-05-03 05:22:01 UTC
Permalink
Thanks for your reply.I tried that,but it shows poor results. :(
Post by Luis Pedro Coelho
--
Luis Pedro Coelho | EMBL | http://luispedro.org
My blog: http://metarabbit.wordpress.com
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...