Is lbp rotation invariant? [closed]

asked 2016-03-24 11:57:18 -0600

bob409 gravatar image

I want to use lbp as a feature extraction technique but the features that i extract should only be translation and scale invariant.it should not be rotation invariant

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-06 05:43:31.739729

Comments

lbp features are not invariant to any of scale,translation or rotation.

if you use histograms of (grid) patches, that will make it invariant against scale.

berak gravatar imageberak ( 2016-03-24 12:13:57 -0600 )edit

How to implement it? Do u have a link or tutorial. And isn't lbp translation invariant

bob409 gravatar imagebob409 ( 2016-03-24 12:42:44 -0600 )edit
1

"And isn't lbp translation invariant" -- why ?

if you use histograms of (grid) patches, it will be "robust" against some translation/rotation.

http://docs.opencv.org/ref/master/da/..., see bottom, lbph chapter

berak gravatar imageberak ( 2016-03-24 12:56:58 -0600 )edit

Well it depends on how you look at the feature itself. Afaik the LBP feature is locally rotationally invariant right?

StevenPuttemans gravatar imageStevenPuttemans ( 2016-03-29 07:15:25 -0600 )edit