Filter löschen
Filter löschen

Can I create images with accurate size in mm ?

7 Ansichten (letzte 30 Tage)
MaryD
MaryD am 17 Jan. 2024
Beantwortet: Muskan am 23 Jan. 2024
I need to create phantom data- for example white sqare on black background with known size and position in milimiters. Is it possible to create something like that in matlab? Or does matlab perform with pixels size only ?
  1 Kommentar
DGM
DGM am 17 Jan. 2024
Bearbeitet: DGM am 17 Jan. 2024
Raster image data is in pixels only. Any information about physical size is either implied by the relative scale of reference features within the physical image, or by metadata stored in the file header, though the vast majority of default-generated resolution metadata in non-technical images is either contextually meaningless or wrong. If all you have is a white square on a black background, then there is no implied scale. If you want to include that information, it depends how you want to do it and what file format you're using.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 23 Jan. 2024
Using a known distance in real world units and a measured pixel distance in your image, you can create a spatial calibration factor "mmPerPixel" that you can multiply your pixel measurements by. See my attached demo for how to do that.

Weitere Antworten (1)

Muskan
Muskan am 23 Jan. 2024
Hi Mary,
As per my understanding, in MATLAB, image representation is inherently based on pixel units. As such, to facilitate the use of different units such as millimeters (mm), one would need to implement a custom conversion routine. Currently, MathWorks does not provide a built-in function specifically for this purpose.

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by