building types of histograms
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to create different type of histograms,like texture histogram,gradient magnitude orientation histogram,is there any function to build them in matlab
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 10 Jan. 2012
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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!