→
PixelValuePositions
/
Reference of Built-in Symbols
/
Image Manipulation
/
Pixel Operations
/
PixelValue
/
PixelValue
WMA link
PixelValue
[
image
, {
x
,
y
}]
gives the value of the pixel at position {
x
,
y
} in
image
.
hedy = Import["ExampleData/hedy.tif"];
PixelValue[hedy, {1, 1}]
→
PixelValuePositions