![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7472253_1533359213369_DEF.jpg)
raheem mian
Followers: 0 Following: 0
Statistica
16 Domande
0 Risposte
RANK
154.846
of 297.016
REPUTAZIONE
0
CONTRIBUTI
16 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
37.5%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How can I apply a hanning window to 3D matrix ?
a = rand(10,11,12); w = hanning(10)*hanning(11)'; w3 = repmat(w,1,1,12); aw = a.*w3; Is this the correct method ?
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How much should you zero pad an image before taking the fft ?
If i have an image that is 200x200 and I want to take the FFT how much zero padding is required ?
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
check for keyboard press in while loop
I'd like to check for a keyboard press and increment a number if the right arrow key is pressed and decrement if the left array ...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
using imresize in the fourier domain
x = rand(200,200); y = imresize(x,2); v1 = fftn(y); v = fftn(x); v2 = imresize(v,1/2) ./ 2; My question is would v1 and v2 ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Does imtranslate do subpixel shifts ?
x = randi(256,200,200); y = imtransalte(x,[-20.5 10.3]); I know that you can specify a decimal when using imtranslate, but wi...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Pad array to certain size
I would like to pad my matrix x so that the resulting size of the matrix is 425x425. How would I achieve this ? x = randi(256,...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Does fftn do post padding ?
x = randi(256, 200,200,200); x = fftn(x,[256,256,256]); Is this post padding by 56 ?
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Upsampled image FFT contains NaNs.
I upsampled images and when I take the FFT I get NaN values. How can I prevent NaN values from showing when I take the fourier t...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
imshow not working when going from unit8 to double
I converted an image from uint8 to double but when I use imshow on the matrix type double, it shows a white box. Why does that h...
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
How can I convert an image to polar coordinates ?
Hi I have attached the lena image, and I wanted to convert this image to polar coordinates. Could anyone guide me. Thanks.
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
How can I smooth out an image but keep the detail ?
I have an image of different exposures, and there are clear boundaries between the exposures. How could I remove the boundaries ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to average more than 50 3D matrices using nanmean
Hi, I am trying to average a lot of 3D matrices using NaNmean. I have tried using cat but my 3D matrices are huge (351x400x400) ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to make a video of two plots rather than one
I am iterating frame by frame between two different volumes of images, I want to make a video so that there is a side by side co...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
change a logical array value based on the index of another matrix
I have a logical matrix the same size as matrix A. If A has a value above a threshold, I want to change the corresponding index...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Do you lose information when processing images that have been grayscaled?
I have a comple double matrix and I mat2gray the matrix for registration. Am I losing information in terms of the image ? Should...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Will imtranslate 'Fill Values' to NaN rather than an actual color ?
I want to fill values as NaN to the resulting image matrix rather than the default 0. Is this possible ?
oltre 5 anni fa | 0 risposte | 0