photo

vinith


dav

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
200,786
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

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

View badges

Feeds

View by

Question


i want to convert the image to desired format??
A=imread(' '); r=A(:,:,1); g=A(:,:,2); b=A(:,:,3); BW = edge(r,'sobel'); BW = bwareaopen(BW,50); figure, im...

11 years ago | 1 answer | 0

1

answer

Question


How can i convert this binary image to black background image?
i require the attached image in this format <</matlabcentral/answers/uploaded_files/24030/ff.jpg>>

11 years ago | 2 answers | 0

2

answers

Question


I would like to perform the same operation on many images in the same folder stored in C drive of my computer. How to do the same with respect to the code attached ??
This is my code for detecting black spot. Well, I would like to perform the same operation on many images in the same folder sto...

11 years ago | 2 answers | 0

2

answers