MATLAB: While Using LBP for feature extraction. I have used LBPfeatures function in matlab, but I got an error. Could anyone help me out

image sizelbp

Error using extractLBPFeatures>parseInputs (line 148)
Expected I to be of size MxN when it is actually size 168x299x3.

Best Answer

You cannot use that routine on an RGB image: it is a routine to analyze Local Binary Patterns, not color patterns.
Related Question