photo

Komal Gaikwad


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

12 Fragen
3 Antworten

RANG
110.402
of 300.352

REPUTATION
0

BEITRÄGE
12 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
41.67%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

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 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


searching for original black and white image
i have image with size 194x259x3 uint8,but i want some images which do not have rgb color means original black and white image.I...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


why following error is appearing when i use other image
Error using vertcat Dimensions of matrices being concatenated are not consistent.

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what should i do to make both images of same size
lena.jpg image is having value 256*256 uint8 while kssk.jpg is having value 225*225*3 uint8. i want image of value 256*256 ui...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


using other image following error is coming.lena.jpg is not giving any error
Error using medfilt2 Expected input number 1, A, to be two-dimensional. Error in medfilt2>parse_inputs (line 107) validatea...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to find the variance of an image?
how to display the variance of image in command box

mehr als 7 Jahre vor | 0

Frage


how to display variance of an image in command box?
median_image=medfilt2(im_n) axes(handles.axes3); imshow(median_image); %variance% IM= im2double(median_image); V_image =...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


im not getting the following error .Matlab file is attached
>> maingui1 Error using vertcat Dimensions of matrices being concatenated are not consistent. Error in maingui1>fltimg_Call...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what does odd_flag=1 mean
i tried to find in documentation but couldn't found also what does ii means odd_flag=1; for j=1:im_sz(2) for ii=1...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Need to insert following
i m trying to insert the median and averaging filter in my code but it giving me errors ,as i am a beginner in matlab it is taki...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
I need help on following
On 2-D images and I have code for Adaptive Wiener filter ,i want to insert code of median and average filter in that code and co...

mehr als 7 Jahre vor | 0

| akzeptiert

Frage


I need help on following
I want Adaptive Wiener filter and compare it with median and average filter and show how adaptive wiener filter is better than o...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Please explain the star marked
IND=find(A_mat ~=0); V_O=[]; ************************* for h=1:length(IND) V_O=[V_O IND(h)*ones(1,A_mat(IND(h)))...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


pls explain me the star marked lines,i m not getting that
function fltimg_Callback(hObject, eventdata, handles) % hObject handle to fltimg (see GCBO) % eventdata reserved - t...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ln=floor(WIN_sz/2)
what does this mean?

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Writing imagesc image to a tiff stack
what does WIN_sz=750 mean?

mehr als 7 Jahre vor | 0