Community Profile

photo

setiawandika


Last seen: 7 months ago Active since 2013

Professional Interests: Image Processing

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


why I must enclose array bracket '[]' to show the image on next process after apply multithresh?
I applied multi threshold using Otsu and show the result of the process using this script. it runs well. a=imread('segment....

7 years ago | 1 answer | 0

1

answer

Question


visualizing regionprops ellipse measurements problem
I have tried the ellipse measurement process like in : http://blogs.mathworks.com/steve/2010/07/30/visualizing-regionprops-ellip...

10 years ago | 0 answers | 0

0

answers

Question


can't get the real result for addition and division using basic arithmetic operations. pls help..
I have 3 values jum1 = num2str(length(B1)) jum2 = num2str(length(B2)) jum4 = num2str(sum(roundObjects)) ...

10 years ago | 2 answers | 0

2

answers

Question


I want to count the number of metric elements in if statement using 'sum', but it shown all the content of elements, not the number. I'm new.. pls help..
here the code stats = regionprops(L,'Area','Centroid', 'BoundingBox'); threshold = 0.88; for k = 1:length(B) ...

10 years ago | 1 answer | 0

1

answer