photo

Gursheen


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

7 Fragen
0 Antworten

RANG
78.421
of 300.379

REPUTATION
0

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
14.29%

ERHALTENE STIMMEN
0

RANG
 of 20.931

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.299

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 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


zeros(8,m,n) for a 3d image, what does 8 specify here?.
i have used this coding for an image..i am unable to understand as to why 8 has been used here?

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


please explain how to find the center pixel value of 3X3 matrix image.
please explain code for the same.

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please explain the concept of zeros for images...the code is [m n]=size(image); image1=zeros(8,m,n);
Please explain the coding for the above syntax

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


PLEASE EXPLAIN The SUM operation on an (L,M,N) array returns a (1,M,N) array. CODE THAT FOLLOWS IS AS WRITTEN gray_average_2d(1:m,1:n) = gray_average(1,1:m,1:n); ?
PLEASE EXPLAIN THE STATEMENT ALONG THE CODE...THIS STATEMENT IS BEING USED FOE ENHANCING THE CONTRAST OF AN IMAGE. AFTER THIS TH...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


WHAT DOES THIS STATEMENT MEAN gray_average_2d(1:m,1:n) = gray_average(1,1:m,1:n);?
HERE GRAY_AVERAGE= SUM(GRAY)/8.0; WHERE GRAY IS THE IMAGE...PLEASE EXPLAIN THE CODE MENTIONED ABOVE. AFTER THE ABOVE CODING A...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


whats the meaning of this statement average = sum ( sum ( x(:,:) ) ) / n / n; ?
i am using this formula for increasing the contrast of the image. this is the formula used to calculate the average value of the...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


i have coding for enhancement of contrast for image. NEED EXPLANATION FOR CODES BEING USED
[ m, n ] = size ( gray ); gray3d = zeros ( 8, m, n ) ; % % For pixel (I,J), GRAY3D(*,I,J) contains the 8 neighboring valu...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort