photo

Becka W


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

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

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
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

Answered
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

answer

Question


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

1

answer