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....
거의 5년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0