photo

ASHA


asha1000@gmail.com

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

asha vincent
Professional Interests: image processing

Statistik

MATLAB Answers

11 Fragen
0 Antworten

RANG
226.347
of 300.799

REPUTATION
0

BEITRÄGE
11 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
9.09%

ERHALTENE STIMMEN
0

RANG
 of 21.092

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.134

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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 ...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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])...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

fast 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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);...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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); ...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort