MATLAB: Matlab coding for generating histogram for upper and lower pattern of local ternary pattern

ltp histogram

I have generated upper and lower pattern from ternary pattern.now i want to generate histogram for that pattern.I need matlab code for that

Best Answer

histogram(YourData(:))
By the way, you should reply to your previous LTP question, or else you should Accept my Answer there.
Related Question