How to find the position of the maximum values in an image?

we find the max value of an image by max function but i does not know how to find the position of maximum value.

 채택된 답변

Pierre Benoit
Pierre Benoit 2014년 9월 12일
편집: Pierre Benoit 2014년 9월 12일
[max_value max_idx] = max(A);
The position is in the second argument, max_idx
doc max
You should try learning the basics of Matlab with this link , it will be easier than to ask every time you get stuck by something which is written in the documentation .

추가 답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

질문:

2014년 9월 12일

편집:

2014년 9월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by