photo

Becka W


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
2 个回答

排名
296,104
of 301,513

声誉
0

贡献数
2 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,310

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
In a grayscale picture, how do I extract an object if the object is very similar to the background?
I solved it by using the edge method (using canny and trying some different values). I1=rgb2gray(I); value=0.15; %change as ne...

7 years 前 | 0

| 已接受

已回答
How to 'tile' pre-saved figures?
Use the imwrite(I,name), where I is the image and name is what you would like to save it as.

7 years 前 | 0

提问


How to manually complete lines with gaps (binary image)
How can I manually connect the edges in a binary image (se example done in Paint picture 2)? The "gaps" as you see are not alwa...

7 years 前 | 1 个回答 | 0

1

个回答

提问


In a grayscale picture, how do I extract an object if the object is very similar to the background?
In a grayscale picture, how do I extract an object if the object is very similar to the background? I have tried using many diff...

7 years 前 | 1 个回答 | 0

1

个回答