Community Profile

photo

Mayuri


Tezpur University

Aktiv seit 2013

Statistiken

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


How can I operate the 2nd part of the following described process of a noisy image of size 256x256 in MATLAB?
1st part: Suppose I have an impulse noisy image and I know the positions of noise in the image. I have placed 0s for noise and ...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to place a window at some particular positions in an image?
I have an impulse noise affected image of size 256x256.  At first stage, I detected the noisy and noise free pixels from the ima...

etwa 8 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


How can impulse noise detection performance be improved?
Can anyone suggest me how to improve random-valued impulse noise detection for higher noise densities (ND) upto 90%? I am trying...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I create a sliding window centered on a current pixel to impose over an impulse noise affected gray-scale image?
How can I create a sliding window of size 11x11 centered on a current pixel to impose over a random-valued impulse noise affecte...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find noisy and noise free pixels from a random valued noisy image?
I am using adaptive center weighted median filter for noise detection. Now I want to improve the detection performance of the sy...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to impose a window centered on the current pixel of an image?
I have a noisy image of size 256x256. I need to impose a 11x11 window centered on the current pixel and find the maximum value w...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to impose a window centered on each pixel location in an image in MATLAB?
I have an impulse affected noisy image of size 256*256. I have to detect those noise pixels. I want to impose a 11*11 window cen...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can anyone mail me the code for advanced boundary discriminative noise detection (ABDND) algorithm?
I wanted the Matlab code for advanced boundary discriminative noise detection (ABDND) algorithm for comparison of one of my work...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Multi level decomposition of image for image compression using ANN
I am working on image compression using ANN. I have splitted the image into 16 parts and each part is given as input to ANN for ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I am new to neural network. I tried to compress an image using matlab R2010b using the below code. But I found errors. Which part of the code is to be modified?
The code is x=imread('lena.bmp'); xn=x/max(max(x)); p=xn; t=mean(xn); net=newff(minmax(xn),[20 1],{'tansig' 'purelin'},'tra...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten