Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
I have calculated fractional value of each image in an image array ,but how to calculate average of all the fractional values of an image array using matlab.
조회 수: 1 (최근 30일)
이전 댓글 표시
I have calculated fractional value of each image in an image array ,but how to calculate average of all fractional values of an image array .
댓글 수: 0
답변 (1개)
Guillaume
2017년 7월 11일
I don't know what fractional value of an image mean. To calculate the average of an array:
mean(yourarray(:))
or if you have the processing toolbox and your image is greyscale
mean2(yourarray)
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!