Gursheen - MATLAB Central
photo

Gursheen


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 03/14 to 04/25Use left and right arrows to move selectionFrom 03/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
77,871
of 298,132

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,538

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,453

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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?

11 years 前 | 2 个回答 | 0

2

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 3 个回答 | 0

3

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答