|
|
Image Coordinates
I have taken an image with a ruler in it. I currently have the image showing with axis in pixels and require to have the axis in measurment units eg mm . I know there are 78 pixels per cm. If possible i would like the array axis to show real measurements aswell
any help on the issue would be much appreciated
Chris
|
|
0
|
|
|
|
Reply
|
Chris
|
4/27/2010 3:34:05 PM |
|
"Chris Silins" <chris.silins@googlemail.com> wrote in message
news:hr705d$n33$1@fred.mathworks.com...
>I have taken an image with a ruler in it. I currently have the image
>showing with axis in pixels and require to have the axis in measurment
>units eg mm . I know there are 78 pixels per cm. If possible i would like
>the array axis to show real measurements aswell
If you called IMAGE or IMAGESC with one input, instead call it with three.
HELP IMAGE describes what the X and Y inputs represent; the last input will
be your image data.
--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
|
0
|
|
|
|
Reply
|
Steven
|
4/27/2010 5:17:43 PM
|
|
"Steven Lord" <slord@mathworks.com> wrote in message <hr767a$2pi$1@fred.mathworks.com>...
>
> "Chris Silins" <chris.silins@googlemail.com> wrote in message
> news:hr705d$n33$1@fred.mathworks.com...
> >I have taken an image with a ruler in it. I currently have the image
> >showing with axis in pixels and require to have the axis in measurment
> >units eg mm . I know there are 78 pixels per cm. If possible i would like
> >the array axis to show real measurements aswell
>
> If you called IMAGE or IMAGESC with one input, instead call it with three.
> HELP IMAGE describes what the X and Y inputs represent; the last input will
> be your image data.
>
> --
> Steve Lord
> slord@mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
>
Ok have taken a look at the help file but still not quite getting it is there a way to just scale my axis then just relocate 0,0 to different point on the picture ?
|
|
0
|
|
|
|
Reply
|
Chris
|
4/27/2010 10:12:03 PM
|
|
|
2 Replies
301 Views
(page loaded in 0.022 seconds)
Similiar Articles: Image Coordinates - comp.soft-sys.matlabI have taken an image with a ruler in it. I currently have the image showing with axis in pixels and require to have the axis in measurment units eg m... Getting image coordinates on mouse cursor position - comp.soft-sys ...Hi I have image displayed using imshow(). I want to get image x,y coordinates on the location where the mouse points, not clicked. For example if m... How to show cursor coordinate values of an image on screen? - comp ...Getting image coordinates on mouse cursor position - comp.soft-sys ..... image x,y coordinates ... cursor coordinates in a GUI? Or the pixel values in a loaded image ... How to capture coordinates (x,y) through event click mouse - comp ...Hi, Can I help me with the next situation: I need catch the point coordinates (x,y) from an image displayed into a Matlab Figure, and store this... screen coordinates and mouse event - comp.graphics.api.opengl ...Hi, I'm using OpenGl to display 2d data by a texture created with glTexImage2D. Now I'd like to display over my 2d image some squares where the mouse ... Get mouse coordinates inside axes - comp.soft-sys.matlab ...3 Subfigure placement inside figure - comp.text.tex I want to get image x,y coordinates on the location where ... to use a WindowButtonMotionFcn callback on the figure ... Sqauring a black and white image to its bounding box?? - comp.soft ...> > > > > > I have been trying to figure out a squaring formulae that could be used in a matrices or image coordinates. > > > > > > Is there a way of basically saying to matlab ... using mouse to select a point on an axes in GUIDE - comp.soft-sys ...But I cannot figure out how to simply click on a point in the displayed image and extract the coordinates of where I clicked. I cannot find any example of this in my ... Batch ENVI Resize Data (Spatial/Spectral) - comp.lang.idl-pvwave ...To subset using map coordinates, you first need to convert your map coordinates into pixel coordinates for the image of interest. Create an array containing the lat ... opengl + zoom - comp.graphics.api.openglactually i m using opengl with wxWidgets for creating collecting the rectangle (selecting the section for zooming image)coordinates on mouse click event. Click image and get coordinates with Javascript - Emanuele FeronatoInstall Circle Chain on your iPhone for free and get the source code!! 525 downloads to go - last updated: June 20, 2012 Getting Image X Y coordinates of an Image on click in PHPX Y Coordinates of an image on click by visitors in php ... Collecting the coordinates data inside of an image on click Collecting the values of the coordinates of ... 7/24/2012 3:58:06 PM
|
|
|
|
|
|
|
|
|