photo

Madhava Teja Munagala


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
3 个回答

排名
115,718
of 297,503

声誉
0

贡献数
4 个提问
3 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


how to define scale in matlab,
what is scale

7 years 前 | 0 个回答 | 0

0

个回答

提问


wat is function of scale and size?
if size(i,3)>1 i=rgb2gray(i); wat is size(i,3),here i is image and 3 is what scale=2; if scale>0 her...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
As by using thresholding image is dividded into object and backgroung
respected image analyst, as by using threshold value to differentiate object and background, i received thresholding tuturial ...

7 years 前 | 0

提问


As by using thresholding image is dividded into object and backgroung
As per bimodal histogram threshold is clearly differentiate between object and background. For example i want to separate cam...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to divide image into background and object?
Respected img analyst, how Image is divided into foreground and background,how to implement as code

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Mask unwanted data with zeros
thank you walter roberson sir

7 years 前 | 0

已回答
Mask unwanted data with zeros
mask = zeros(size(i)); mask(25:end-25;25:end-25)=1; imshow(mask); May i know wat exactly 25:end-25 specifies

7 years 前 | 0