Why is there difference between the data cursor value and array value
Mostra commenti meno recenti
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 Commenti
Ghulam
il 15 Ott 2019
darova
il 15 Ott 2019
Can you please attach entire script so i could analyze it?
Ghulam
il 16 Ott 2019
darova
il 16 Ott 2019
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
il 18 Ott 2019
darova
il 18 Ott 2019
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
il 18 Ott 2019
You should read the following documenation:
In particular, the first paragarph under the heading Intrinsic Coordinates refers to your question.
Risposte (0)
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!