setiawandika
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
133,107
of 301,433
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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....
9 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 0 answers | 0
0
answersQuestion
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)) ...
12 years ago | 2 answers | 0
2
answersQuestion
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) ...
12 years ago | 1 answer | 0
