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);

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by