Info

This question is closed. Reopen it to edit or answer.

pls help me urgent!!! figure showing for a image vector

1 view (last 30 days)
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)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!