Ask Your Question
0

How to extract LBP features from an image?

asked 2016-02-03 10:11:45 -0600

bob409 gravatar image

I am new to computer vision. Can anyone tell me how to extract LBP features from an image using c++ and opencv 3.0? I have seen quite few tutorials yet I have not been able to implement one.

edit retag flag offensive close merge delete

Comments

just curius, what are you trying to do with the lbp feature ?

(they're rarely used 'as is', more as a basis to create (local) histograms)

berak gravatar imageberak ( 2016-02-04 06:43:24 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-02-04 06:10:48 -0600

Once of the chapters I wrote for OpenCV 3 Blueprints has a detailed explanation on the calculation of ELBP images for facial recognition. I am sure you can re-use large parts of the software doing that exactly. Take a look at the corresponding source code.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-03 10:11:45 -0600

Seen: 2,157 times

Last updated: Feb 04 '16