Why is there difference between the data cursor value and array value
이전 댓글 표시
Hi,
I want to know why is there a difference between the cursor value obtained of an image and array value of a channel of an image.


Pls guide me.
Thanks
댓글 수: 7
Ghulam
2019년 10월 15일
darova
2019년 10월 15일
Can you please attach entire script so i could analyze it?
Ghulam
2019년 10월 16일
darova
2019년 10월 16일
This result looks like exactly on your picture
BUt your picture is gray so actual (RGB) color of it is (0.7724 0.7724 0.7724)

Ghulam
2019년 10월 18일
darova
2019년 10월 18일
Because position of your cursor is XY data but data of the image is (row,column)
X is column (changes in horizontal direction)
Y is row (changes in vertical direction)
Turlough Hughes
2019년 10월 18일
You should read the following documenation:
In particular, the first paragarph under the heading Intrinsic Coordinates refers to your question.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!