Mathematica Pointer in an image displayed by mathematica

  • Thread starter Thread starter Haitham
  • Start date Start date
  • Tags Tags
    Image Mathematica
AI Thread Summary
The discussion centers on using Mathematica to obtain pixel coordinates from an image displayed within the software. The user is attempting to display an image using a specific command that generates a series of slices and combines them into a graphics array. The main goal is to interact with the displayed image, allowing the user to select a region or pixel and receive the corresponding coordinates. The user acknowledges that their initial question lacked clarity and seeks assistance in achieving this functionality.
Haitham
Messages
15
Reaction score
0
I would like to use the pointer in an image displayed by mathematica and have the software tell me the corrdinates of that pixel in the image.

I am diaplying the image using the following command:

ims = Table[showSlice[data, i, AspectRatio -> Automatic,
ImageSize -> 100, DisplayFunction -> Identity], {i, 1, 5, 1}];

Show[GraphicsArray[{ims}], ImageSize -> 600

Any help will be greatly appreciated!
 
Physics news on Phys.org
I don't think my question made complete sense. It certainley needed better clarity. What I am trying to achieve is to pick some region or pixel in a mathematica displayed image and have mathematica tell the coordinates of that image.

Thanks!
 

Similar threads

Replies
4
Views
3K
Replies
2
Views
4K
Replies
5
Views
4K
Replies
2
Views
4K
Replies
4
Views
3K
Replies
3
Views
11K
Replies
2
Views
3K
Back
Top