Community Profile

photo

vinith


dav

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • 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...

9 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>>

9 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...

9 years ago | 2 answers | 0

2

answers