variable section value give me some mean value but std is zero
이전 댓글 표시

bro i have the same coding in which the db variable section value give me some mean value but std is zero.and also during detection its detect same class (class 1) for all images.please any solution
function [F]=FeatureStatistical(im)
im = double(im(:));
m=mean(mean(im));
s=std(std(im));
F=[m s];
댓글 수: 2
Walter Roberson
2016년 11월 26일
That's odd, I was sure that I had answered this Question, but nothing shows up. Ah well, my answer was the same as dpb's
dpb
2016년 11월 26일
Musta' not gotten saved, Walter--no Answer when I looked first; I sort on "Unanswered" rather than look at other stuff....
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!