What is the difference between 1 dimensional, 2 dimensional and 3 dimensional image? please give it with example
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rochan Patel
le 25 Jan 2014
Réponse apportée : Image Analyst
le 25 Jan 2014
I need to interprate the image dimensions for understanding the scale space of images. please give the difference between 1D, 2D and 3D images.
0 commentaires
Réponse acceptée
Image Analyst
le 25 Jan 2014
A 1D image is just a line, like you extract a single line out of a 2D gray scale image. A 2D image can be a grayscale or color image in layman's parlance, though in MATLAB, a 2D color image is actually a 3D image because it has 3 2D images - one for each color plane. A 3D image can be a color image, like I just said, or it can be a hyper spectral image, like for satellite/remote sensing, where you have 7 or more wavelength bands that the sensor collected. A 3D image may also be a grayscale volumetric image, like from MRI or CT. So it's a mapping of what's inside a volume and gives the density, activity, temperature, brightness, concentration, or whatever you're measuring, at each x,y,z location in a 3D rectangular volume/box.
Is that what you meant by "interprate"?
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!