Feeds
提问
how to subtract 2 cell array??
im=imread('cameraman.tif'); im1=imread('cameraman.tif'); [wc,s] = wavedec2(im,3,'db1'); [ca,la] = wavedec2(im1,3,'db1'); ...
12 years 前 | 1 个回答 | 0
1
个回答提问
how to divide an image into 3*3 block?for each block i have to calculate mean and standard deviation for each block
pls help me to write a code
12 years 前 | 2 个回答 | 0
2
个回答提问
please see this program and tell me??????????i didn get the denoised image??
clc; clf; clear all; close all; i=imread('onion.png'); ii=rgb2gray(i); figure,imshow(ii); iy=imnoise(ii,'...
12 years 前 | 0 个回答 | 0
0
个回答提问
how to take power spectral density for an image??
how to take power spectral density for an image??and also tell me how to take spectrl subtraction????????????
12 years 前 | 0 个回答 | 0
0
个回答提问
how to write code for mri images???
pls tell me matlab code for mri images.how to read?how to extract real and imaginary part in coding?tell me the code.pls
12 years 前 | 0 个回答 | 0
0
个回答提问
what is mean by cartesian MRI?
For Cartesian MRI, the acquired complex signal fills k-space matrix. Each k-space row can be modeled as an underlying true sig...
12 years 前 | 1 个回答 | 0
1
个回答提问
can anyone please help me?does MRI image contain real and imaginary parts??? if,no how to compute the real and imaginary values...pls help me...
can anyone please help me?does MRI image contain real and imaginary parts??? if,no how to compute the real and imaginary values...
12 years 前 | 1 个回答 | 0
