building types of histograms

I want to create different type of histograms,like texture histogram,gradient magnitude orientation histogram,is there any function to build them in matlab

 Réponse acceptée

Walter Roberson
Walter Roberson le 10 Jan 2012

0 votes

No, there is just hist() and histc() . You have to calculate the data to pass to hist() or histc() . That will not be easy for textures.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by