![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14751841_1549798147168_DEF.jpg)
Yohanes Setiawan
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年弱 前 | 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年 前 | 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...
5年以上 前 | 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年弱 前 | 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年弱 前 | 0 件の回答 | 0