Squeeze Command - RGB
显示 更早的评论
I am trying to use the Squeeze command to determine the RGB value of a point, but I keep getting the wrong results. For the point (205, 107) the squeeze command returns the RGB value (57 133 95), but the Image Tool shows for the same point the RGB value (108 164 137)

.
采纳的回答
更多回答(1 个)
John D'Errico
2015-11-5
1 个投票
This has ABSOLUTELY nothing to do with squeeze, UNLESS you have created your own squeeze function by accident. It is not at all uncommon for new users to do something like that.
What is a(205,107,:)? Then tell us what is a(107,205,:). As I recall, MATLAB uses the first index for the horizontal coordinate with an image. So you may be getting that index swapped in what you have done.
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!