photo

Yohanes Setiawan


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
136,169
of 300,343

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers