Extrapolating an image to give different resolution
이전 댓글 표시
How do you extrapolate an image to give different resolution?
I am currently working on a MRI image and I need to create different mesh size from the image but I dont know how to extrapolate the image to create a final image with .333 mm/pixel or 0.476mm.pixel.
Any suggestion(s) would be helpful.
채택된 답변
추가 답변 (1개)
Sean de Wolski
2011년 12월 12일
doc interp2 %slicewise
doc interp3 %volumewise
Places to start.
댓글 수: 3
David Dijemeni
2011년 12월 12일
Walter Roberson
2011년 12월 12일
What is size() and class() of your image?
Sean de Wolski
2011년 12월 12일
Well what did you try? Please post the full code and any error messages you encountered. Also, did you try IMRESIZE per Jan's suggestion?
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!