First time here? Check out the FAQ!

Ask Your Question
0

How to combine two descriptors result

asked Dec 13 '19

arafat gravatar image

I am trying to match textures. I used LBP but accuracy is not good when it is about color. So i am trying color descriptor plus texture descriptor together.

For color descriptor, I am just using opencv histogram calchist() and histcompare(). For LBP, i use scikit version.

The question is how to combine this two result to form final result. I tried average of them. Or 30% of calchist + 70% of LBP or 70% of calchist + 30% of LBP.

my question is "how to combine two descriptors result into one result"

Thank you so very much!

Preview: (hide)

Comments

btw, how do you compare lbp features ?

berak gravatar imageberak (Dec 13 '19)edit

1 answer

Sort by » oldest newest most voted
1

answered Dec 13 '19

arafat gravatar image

i have used scikit library for lbp and compared with opencv comparehist() method. I also tried using SVM. This is a blog beautifully explain LBP with SVM.

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Dec 13 '19

Seen: 266 times

Last updated: Dec 12 '19