Im trying to perform feature extraction on several images using LBP. There exist alot of MATLAB implementation on LBPH but i want one in python but so far im unable to find any.

I followed this link https://www.pyimagesearch.com/2015/12/07/local-binary-patterns-with-python-opencv/

But it doesnt seem to work for me also its not doing what im trying to achieve. I simply want to calculate LBP-histograms of my images using a python library

Similar questions and discussions