統計
MATLAB Answers
10 質問
0 回答
ランク
of 171,885
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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 ...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
10年弱 前 | 0 件の回答 | 1
0
回答質問
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...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
約10年 前 | 1 件の回答 | 0
1
回答質問
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 ...
約12年 前 | 0 件の回答 | 0
0
回答質問
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...
約12年 前 | 0 件の回答 | 0

