pls help me urgent!!! figure showing for a image vector
Info
This question is closed. Reopen it to edit or answer.
Show older comments
for a simply example like below:
I = rgb2gray(imread('1231.png'));
g=find(I<180);
ft=g*0.9
sx=find(I(g)>ft);
now i nid to show a figure for sx, anyone can teach me?
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!