Filter löschen
Filter löschen

values on the histogram bins

1 Ansicht (letzte 30 Tage)
Devika D
Devika D am 7 Mai 2018
Kommentiert: Walter Roberson am 10 Mai 2018
can I get the values of histogram bins
  1 Kommentar
Walter Roberson
Walter Roberson am 10 Mai 2018
Please do not close questions that have an answer

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy am 7 Mai 2018
if true
f1= Hist_feature1;
f2= Hist_feature2;
f3= Hist_feature3;
Final_Hist = [f1; f2; f3];
bar(Final_Hist , 'histc');
end
  1 Kommentar
Devika D
Devika D am 7 Mai 2018
Bearbeitet: Devika D am 8 Mai 2018
@yuvaraj Sir I have tried but I had not got concatenated image I got a negative value figure. What I have is three features rlbp_m,rlbp_s and rlbp_c(which are matrices).I need to find histogram of each .then concatenate 3 histogram.hope you understood my problem
this is what I got as output

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by