Ask Your Question
0

How to combine two descriptors result

asked 2019-12-12 20:08:55 -0600

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!

edit retag flag offensive close merge delete

Comments

btw, how do you compare lbp features ?

berak gravatar imageberak ( 2019-12-13 03:49:20 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-12-13 05:42:37 -0600

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-12-12 20:08:55 -0600

Seen: 225 times

Last updated: Dec 12 '19