I have two images of the same matrix size (512x512) but different pixel spacing. One image has a pixel spacing of 0.7 and the other 0.4. How do I get the two images to have the same pixel spacing and still maintain the matrix size of both images.

조회 수: 1 (최근 30일)
Image Processing

답변 (1개)

Chaya N
Chaya N 2016년 12월 8일
You could extract the image pixel values into new arrays. This would preserve the size of the images and ignore pixel spacing (or consider them equal if you will). I would suggest using the impixel function.
  댓글 수: 1
Slim
Slim 2016년 12월 8일
I don't want to extract the pixels from the image, my aim is to make these images the same both in matrix size and pixel spacing so I can register them. At the moment my registration is failing because although my images are the same in size the spacing between my matrices are different.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by