photo

ASHA


asha1000@gmail.com

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

asha vincent
Professional Interests: image processing

Statistica

MATLAB Answers

11 Domande
0 Risposte

RANK
226.347
of 300.799

REPUTAZIONE
0

CONTRIBUTI
11 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
9.09%

VOTI RICEVUTI
0

RANK
 of 21.092

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.134

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

Visto da

Domanda


can u explain the logic of this program in detail
function f = alphatrim(g,m,n,d) % implements a alpha-trimmed mean filter. inclass = class(g); g = im2double(g); f ...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


can u pls explain this code in detail?
clc; clear all; close all; warning off all; %% Input Image [f,p] = uigetfile('*.png'); I = imread([p f])...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


can u pls explain the code in detail?
function [seg phi] = region_seg(I,init_mask,max_its,alpha,display) %-- default value for parameter alpha is .1 ...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


can u pls explain this code in detail?
function [Im_rgb phi] = region_seg_demo(Im_rgb,I) m = zeros(size(I,1),size(I,2)); %-- create initial mask m...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


can u pls explain the logic of this program in detail?
clc; clear all; close all; warning off all; %% Load the normal data load data1 load data2 loa...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


can you pls tell me the logic for this code?
n = imnoise(a1,'gaussian',0.05); figure,imshow(n); title('gaussian noisy image'); K = wiener2(n,[5 5]); figure, imshow(K);...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Domanda


can you pls tell me the logic for this code?
sd = 1; [M,N] = size(a1); r = imnoise2('rayleigh',M,N,0,1); figure;imshow(r),title('Noise to be add...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Domanda


how to calculate psnr,snr,mean square error,mean absolute error of gray scale image?
i am using matlab 2013 and i want to calculate the psnr,snr,mean square error,mean absolute error of gray scale image.do we have...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


can u explain the logic of this program.while am running the program i got the error like this"Error using alphatrim (line 3) Not enough input arguments.""can u suggest the solution
function f = alphatrim(g,m,n,d) % implements a alpha-trimmed mean filter. inclass = class(g); g = im2double(g); ...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


how can we extract a particular feature from the echo cardiographic image?is there any algorithm available for that?what is scanning with rectangular sliding mask?
how can we extract a particular(local) feature from the echo cardiographic image?is there any algorithm available for that?what ...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Domanda


can you explain the logic for this program
[jpegFiles,pathname,FilterIndex]=uigetfile({'*.png'},'Select sequence of images','MultiSelect','on'); N=length(jpegFiles); ...

circa 12 anni fa | 1 risposta | 0

1

risposta