Info

この質問は閉じられています。 編集または回答するには再度開いてください。

access regions from imgradient output?

1 回表示 (過去 30 日間)
hajer jon
hajer jon 2019 年 9 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi
i wrot this code to get region in crowd image but the edge of all body still not detect good?!!
[Gmag, Gdir] = imgradient (rgb2gray(imca));
bn= imbinarize(Gmag,0.5);
ggg=edge(rgb2gray(imca),'Sobel');
figure,imshow(ggg);
  2 件のコメント
Divya Yerraguntla
Divya Yerraguntla 2019 年 9 月 25 日
Could you provide the image you are dealing with?
hajer jon
hajer jon 2019 年 10 月 3 日
patch.jpg

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by