photo

Yohanes Setiawan


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
236,459
of 300,392

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


From points to closed contour
I have 6 points as shown in the picture above. Can I make a closed contour from the 6 points as shown below? I've tried to...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Create Small Neighborhood of image
I want to make small neighborhood of every pixel x. The small neighborhood has center x (pixel x be the center) in radius w. S...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Saving Axial Slicing from Sagittal DICOM MRI Images
I have MRI DICOM with default in sagittal. Below my code: First, I load DICOM files and add them in array 3D: file = dir('*.dc...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Array indices must be positive integers or logical values (image processing)
x = imread('cameraman.jpg'); [M,N]=size(x) for i=1:M for j=1:N I=x(i,j); x(i,j)=xL(I)+( L(I)*lambda(i,j...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to compute variance of image in windows?
I read a paper about Guided Image Filtering. For edge preserving: where is defined as the variance of input image whose cent...

6 years 前 | 0 个回答 | 0

0

个回答