Anand P
Followers: 0 Following: 0
Feeds
提问
Fitting a quadratic model with the coefficient of linear term fixed
A quadratic equation is given by y = ax^2 + b^x +c. Matlab function 'fit' is used to fit a relation between input and output....
4 years 前 | 1 个回答 | 0
1
个回答提问
Stacking indexed images and view the resulting volume
I have used the following code to convert RGB images to indexed image and stack them as a cube A =imread('image2.png'); %A is a...
5 years 前 | 1 个回答 | 0
1
个回答提问
Volume level equivalent of imagesc
Imagesc can be used to view images. Is there any equivalent command in the volume domain which does the same function to a volu...
5 years 前 | 1 个回答 | 0
1
个回答提问
Viewing a volumetric data using user defined colormap
Initially I have converted an RGB image, represented by a 3 dimensional matrix into an indexed image represented by a 2 dimensio...
5 years 前 | 1 个回答 | 0
1
个回答提问
Viewing and saving hyperspectral images
The matrix representation of a hyperspectral image is m*n*k. How do I view this hyperspectral image in MATLAB ? How do I save t...
5 years 前 | 0 个回答 | 0
0
个回答提问
Image dimension for Hyperspectral data cube
As far as I have understood, hyperspectral cube consists of various images stacked one over the other. The dimensions of each of...
5 years 前 | 0 个回答 | 0
0
个回答提问
MATRIX REPRESENTATION OF COLOUR IMAGES
Why are some colour imges represented by 2 dimensional matrix while other colour images are represented by 3 dimensional matrix ...
5 years 前 | 3 个回答 | 0
3
个回答提问
Stacking multiple RGB images and viewing it in a volumetric manner
Can someone provide me with the code to stack multiple RGB images one over the other and to view the created stack in a volumetr...
5 years 前 | 0 个回答 | 0
0
个回答提问
Stacking 2D images to form 3D stack and viewing it in a volumetric manner
I want to stack four 2D images (so that the stack becomes 3D) and view the 3D stack. Can someone provide me with the correspondi...
5 years 前 | 1 个回答 | 0