What does the number 50micro m on the bottom right of the attached image mean?

1 visualización (últimos 30 días)
Hello,
I was wondering what exactly the number on the bottom right of this image mean and how could I change it to 25 or 100 for instance?
Thank you.

Respuesta aceptada

David Young
David Young el 31 de En. de 2019
It's a scale bar. It means that the distance between its ends in the image corresponds to a distance of (that is, 0.05 mm) in the real world. An object long in the scene would have the same length as the scale bar in the image.
How you can change it depends on how it was generated. Was the image made with MATLAB? If so, please give details of the code that was used.
  7 comentarios
David Young
David Young el 1 de Feb. de 2019
Sorry Penny but I don't really understand that question. You can certainly change the size of the image using, for example imresize, and the scale bar will still be correct because it will change with the rest of the image.
If what you want to is make the scale bar bigger or smaller relative to the image (e.g. you want to make it 25 or 100 microns long), then the best way to do that would be to go back to whatever originally made the image and created the scale bar. If you can't do that, you could use MATLAB to do change the scale bar - it would involve detecting and removing the old scale bar, perhaps using imfill, and then drawing a new scale bar at the size required, perhaps using insertText for the number (assuming you have the Image Processing toolbox and the Computer Vision System toolbox.
Penny13
Penny13 el 2 de Feb. de 2019
Thank you David! you answered my question.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by