can I get the values of histogram bins

댓글 수: 1

Walter Roberson
Walter Roberson 2018년 5월 10일
Please do not close questions that have an answer

댓글을 달려면 로그인하십시오.

답변 (1개)

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy 2018년 5월 7일

0 개 추천

if true
f1= Hist_feature1;
f2= Hist_feature2;
f3= Hist_feature3;
Final_Hist = [f1; f2; f3];
bar(Final_Hist , 'histc');
end

댓글 수: 1

Devika D
Devika D 2018년 5월 7일
편집: Devika D 2018년 5월 8일
@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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

질문:

2018년 5월 7일

댓글:

2018년 5월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by