Statistics
RANK
86,819
of 301,432
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
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
In a grayscale picture, how do I extract an object if the object is very similar to the background?
I solved it by using the edge method (using canny and trying some different values). I1=rgb2gray(I); value=0.15; %change as ne...
7 years ago | 0
| accepted
How to 'tile' pre-saved figures?
Use the imwrite(I,name), where I is the image and name is what you would like to save it as.
7 years ago | 0
Question
How to manually complete lines with gaps (binary image)
How can I manually connect the edges in a binary image (se example done in Paint picture 2)? The "gaps" as you see are not alwa...
7 years ago | 1 answer | 0
1
answerQuestion
In a grayscale picture, how do I extract an object if the object is very similar to the background?
In a grayscale picture, how do I extract an object if the object is very similar to the background? I have tried using many diff...
7 years ago | 1 answer | 0

