Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
access regions from imgradient output?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/238814/image.png)
2 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!