Somtirtha Roy
2013-06-02 17:29:28 UTC
Hi,
I am a Master's student in computer vision and I am using your mahotas
library to extract features for my research.
I am finding it difficult to understand how you are coming up with the
condensed version of the LBP histogram features.
The method that I know selects patterns which has less than or equal to 2
transitions in the bit code. So for a 8-bit code we have 2 patterns for no
transitions, 14 for one transition, 42 for 2 transitions and a bin for all
other transitions. This makes the histogram of dimension 59. But I cant
match this with the mahotas code.
It would be nice if you could give me some explanation regarding the
algorithm you have used as it is important for me to understand the
dimensionality of the histograms.
My results on some experiments were:
(radius,pixels) histogram dimension
================================
(2,2) 3
(2,3) 4
(2,4) 6
(2,5) 8
(2,6) 14
(2,7) 20
(2,8) 36
(2,10) 108
(2,12) 352
Thanks a lot in advance,
I am a Master's student in computer vision and I am using your mahotas
library to extract features for my research.
I am finding it difficult to understand how you are coming up with the
condensed version of the LBP histogram features.
The method that I know selects patterns which has less than or equal to 2
transitions in the bit code. So for a 8-bit code we have 2 patterns for no
transitions, 14 for one transition, 42 for 2 transitions and a bin for all
other transitions. This makes the histogram of dimension 59. But I cant
match this with the mahotas code.
It would be nice if you could give me some explanation regarding the
algorithm you have used as it is important for me to understand the
dimensionality of the histograms.
My results on some experiments were:
(radius,pixels) histogram dimension
================================
(2,2) 3
(2,3) 4
(2,4) 6
(2,5) 8
(2,6) 14
(2,7) 20
(2,8) 36
(2,10) 108
(2,12) 352
Thanks a lot in advance,
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.