photo

ARUN SAI


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

23 个提问
1 个回答

排名
276,925
of 299,916

声誉
0

贡献数
23 个提问
1 个回答

回答接受率
8.7%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
156,149
of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to plot image data
how to plot data of colo image explain it with code.

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to apply any function or manipulate at partcular region of an image
sir i want to manipulate the part of an color image. how to apply any function or manipulate at partcular region of an image

12 years 前 | 1 个回答 | 0

1

个回答

提问


sir i have written the code for removing the noise in a color image.so can it be extended for video file
i = imread('mandi.tif'); imshow(i); %demosaic of image rgb = demosaic(i,'bggr'); *%raw image is converted into true ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


can any one suggest any corrections or changes for the code witten by me.
As iam doing my project on color filtering method for CFA images based on gradient,i have a problem with my code written so guid...

12 years 前 | 2 个回答 | 0

2

个回答

提问


how to find existence of noise and edges in a color image using gradient?
matlab code to find existence of noise and edges in a color image using gradient?

12 years 前 | 1 个回答 | 0

1

个回答

提问


i have written code for color filtering method for cfa images based on gradient.
This is the code written for color filtering method for CFA images based on Gradient. According to this project during image acq...

12 years 前 | 0 个回答 | 0

0

个回答

提问


i want code to change the background of color image into uniform background and add noise ie, white spot to it
code for color image with uniform background and add noise ie, white spot

12 years 前 | 0 个回答 | 0

0

个回答

提问


matlab code to make a background of color image a uniform background?
matlab code to make a background of color image mandi.tif which is in matlab , with uniform background?

12 years 前 | 1 个回答 | 0

1

个回答

提问


matlab code to generate background noise in a color image
provide the code to generate background noise ie, white spot like in a color image

12 years 前 | 2 个回答 | 0

2

个回答

已回答
how to generate background noise in a color image
tell me the difference between background and foreground noise.

12 years 前 | 0

提问


how to generate background noise in a color image
generation of background noise in a color image

12 years 前 | 2 个回答 | 0

2

个回答

提问


where is my code gone wrong,suggest me if any correction.it is always showing case 5 ie, no noise even though noise is applied .is the code is right?
clc; clear all; close all; i = imread('mandi.tif'); %demosaic of image rgb = demosaic(i,'bggr'); figure,e=imshow(rgb); m1...

12 years 前 | 1 个回答 | 0

1

个回答

提问


formula to calculate snr of color image(ie, only for one image);
formula to calculate snr of color image

12 years 前 | 0 个回答 | 0

0

个回答

提问


how to calculate snr of color image ie,sole image
snr of color image

12 years 前 | 0 个回答 | 0

0

个回答

提问


is it correct way to calculate the snr of a color image?
snr=mean2(color image)/mean2(stdfilt(color image)).

12 years 前 | 1 个回答 | 0

1

个回答

提问


MATLAB PROGRAM TO CALCULATE PSD OF SINGLE TONE SIGNAL ?
MATLAB PROGRAM TO CALCULATE PSD OF SINGLE TONE SIGNAL ?

12 years 前 | 0 个回答 | 0

0

个回答

提问


how to calculate power spectral density of single tone signal ?
how to calculate power spectral density of single tone signal ?

12 years 前 | 0 个回答 | 0

0

个回答

提问


matlab Code for Power Spectral Density of a Sine Wave
matlab Code for Power Spectral Density of a Sine Wave

12 years 前 | 0 个回答 | 0

0

个回答

提问


how to create noise manually to a color image without imnoise function explain with example?
how to create noise manually to a color image without imnoise function explain with example?

12 years 前 | 2 个回答 | 0

2

个回答

提问


How do I add noise to a color image without using imnoise function?
is it possible to create noise in a color image without using imnoise function?

12 years 前 | 2 个回答 | 0

2

个回答

提问


whether the code written is correct for interpolation,and the snr of interpolated image calculated is correct?.and the snr calculation should include mask.
clc; clear all; close all; I = imread('mandi.tif'); imshow(I); %demosaic of image rgb = demosaic(I,'bggr'); figure,e=imsh...

12 years 前 | 0 个回答 | 0

0

个回答

提问


whether the code written is correct for interpolation,and the snr of interpolated image calculated is correct?.and the snr calculation should include mask.
clc; clear all; close all; I = imread('mandi.tif'); imshow(I); %demosaic of image rgb = demosaic(I,'bggr'); figure,e=imsh...

12 years 前 | 0 个回答 | 0

0

个回答

提问


how to calculate SNR of color image?
SNR of color image

12 years 前 | 0 个回答 | 0

0

个回答

提问


how to calculate signal to noise ratio of color image?
is this right way to calculate SNR of a color image using SNR = μ/sqrt( LSD max) where μ-average gray of color image.And how to...

12 years 前 | 1 个回答 | 0

1

个回答