256x256 medical image gives me 256x256x3
Show older comments
I need a 256x256 pixels image to use it in my project. I downloaded images from the internet, but when I read the image, it stored in a 256x256x3 variable (color image format PET images). the NSCT fusion algorthms gives me errors (dimension of matrices)
What is the reason for this and what can I do? here is the code to read the image
img1=imread('pet.jpg');
img2=imread('ct.jpg');
Accepted Answer
More Answers (0)
Categories
Find more on Denoising and Compression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!